How to Install and Uninstall pam-ssh-auth-info.x86_64 Package on Oracle Linux 9

Last updated: October 04,2024

1. Install "pam-ssh-auth-info.x86_64" package

This tutorial shows how to install pam-ssh-auth-info.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pam-ssh-auth-info.x86_64

2. Uninstall "pam-ssh-auth-info.x86_64" package

This guide covers the steps necessary to uninstall pam-ssh-auth-info.x86_64 on Oracle Linux 9:

$ sudo dnf remove pam-ssh-auth-info.x86_64 $ sudo dnf autoremove

3. Information about the pam-ssh-auth-info.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:31:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pam-ssh-auth-info
Version : 1.8.20230906
Release : 2.el9
Architecture : x86_64
Size : 33 k
Source : pam-ssh-auth-info-1.8.20230906-2.el9.src.rpm
Repository : epel
Summary : PAM SSH Authentication Information Module
URL : https://github.eero.häkkinen.fi/pam-ssh-auth-info/
License : GPL-3.0-or-later AND LGPL-3.0-or-later
Description : The pam_ssh_auth_info.so PAM module is designed to succeed or fail
: authentication based on SSH authentication information consisting of a
: list of successfully completed authentication methods and public
: credentials (e.g. keys) used to authenticate the user. One use is to
: select whether to load other modules based on this test.