How to Install and Uninstall openssh-ldap-authkeys.noarch Package on Rocky Linux 8

Last updated: May 02,2024

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

This guide covers the steps necessary to install openssh-ldap-authkeys.noarch on Rocky Linux 8

$ 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 Rocky Linux 8:

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

3. Information about the openssh-ldap-authkeys.noarch package on Rocky Linux 8

Last metadata expiration check: 0:04:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : openssh-ldap-authkeys
Version : 0.1.0~git20200205.aee4c46
Release : 2.el8
Architecture : noarch
Size : 36 k
Source : openssh-ldap-authkeys-0.1.0~git20200205.aee4c46-2.el8.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.