How to Install and Uninstall pam_ssh.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "pam_ssh.x86_64" package

Learn how to install pam_ssh.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install pam_ssh.x86_64

2. Uninstall "pam_ssh.x86_64" package

This guide let you learn how to uninstall pam_ssh.x86_64 on Rocky Linux 8:

$ sudo dnf remove pam_ssh.x86_64 $ sudo dnf autoremove

3. Information about the pam_ssh.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:14:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : pam_ssh
Version : 2.3
Release : 2.el8
Architecture : x86_64
Size : 127 k
Source : pam_ssh-2.3-2.el8.src.rpm
Repository : epel
Summary : PAM module for use with SSH keys and ssh-agent
URL : http://sourceforge.net/projects/pam-ssh/
License : BSD
Description : This PAM module provides single sign-on behavior for UNIX using SSH keys.
: Users are authenticated by decrypting their SSH private keys with the
: password provided. In the first PAM login session phase, an ssh-agent
: process is started and keys are added. The same agent is used for the
: following PAM sessions. In any case the appropriate environment variables
: are set in the session phase.