Managing SSH Known Hosts With SSSD And LDAP
For various reasons, I manage on-premises, non-cloud infrastructure. For centralized authentication, I use PAM and OpenLDAP along with SSSD for purposes of caching for availability and load reduction. I rely on theopenssh-lpk.openldap.schema
LDAP schema for passwordless authentication with OpenSSH, and, recently, I discovered that
the same schema can be ... read more