How to Install and Uninstall pam_ssh_user_auth.x86_64 Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "pam_ssh_user_auth.x86_64" package

Learn how to install pam_ssh_user_auth.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install pam_ssh_user_auth.x86_64

2. Uninstall "pam_ssh_user_auth.x86_64" package

This guide covers the steps necessary to uninstall pam_ssh_user_auth.x86_64 on CentOS Stream 9:

$ sudo dnf remove pam_ssh_user_auth.x86_64 $ sudo dnf autoremove

3. Information about the pam_ssh_user_auth.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:40:54 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : pam_ssh_user_auth
Version : 1.0
Release : 6.el9
Architecture : x86_64
Size : 15 k
Source : pam_2fa-1.0-6.el9.src.rpm
Repository : epel
Summary : PAM module to help with SSH_AUTH_INFO_0
URL : https://cern-cert.github.io/pam_2fa/
License : GPLv3+
Description : pam_ssh_user_auth checks the value of SSH_AUTH_INFO_0 and will return success
: if is non-empty and failure if it is. It can be used to skip other PAM
: authentication methods with a configuration like:
:
: auth [success=1 ignore=ignore default=die] pam_ssh_user_auth.so
: auth substack password-auth