How to Install and Uninstall openssh-ldap-authkeys.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "openssh-ldap-authkeys.noarch" package

Please follow the step by step instructions below to install openssh-ldap-authkeys.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install openssh-ldap-authkeys.noarch

2. Uninstall "openssh-ldap-authkeys.noarch" package

Please follow the steps below to uninstall openssh-ldap-authkeys.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove openssh-ldap-authkeys.noarch $ sudo dnf autoremove

3. Information about the openssh-ldap-authkeys.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : openssh-ldap-authkeys
Version : 0.2.0^git20230224.62ece4b
Release : 1.el9
Architecture : noarch
Size : 39 k
Source : openssh-ldap-authkeys-0.2.0^git20230224.62ece4b-1.el9.src.rpm
Repository : epel
Summary : Python script to generate SSH authorized_keys files using an LDAP directory
URL : https://github.com/fuhry/openssh-ldap-authkeys
License : MIT
Description : openssh-ldap-authkeys is an implementation of AuthorizedKeysCommand for
: OpenSSH 6.9 and newer that allows SSH public keys to be retrieved from
: an LDAP source. It's provided for situations where a solution other
: than 1:1 mapping is needed for users.
:
: With SSH keys stored centrally in LDAP, revocation of a compromised
: key is a quick and painless exercise for the user or IT department.
:
: openssh-ldap-authkeys allows shared accounts to be fully auditable as
: to who used them.