ssh-ldap-publickey
Introduction
A program for looking up SSH public keys with LDAP. Inspired by, and (mostly)
compatible with, Andrii Grytsenko’s openssh-ldap-publickey Perl script. It can
be used with OpenSSH to fetch the authorized keys for a user from an LDAP
directory, instead of the user’s ~/.ssh/authorized_keys
file.
Source code
This project is open-source software available under the terms of the ISC
license, which is similar to the 2-clause BSD license. The source code is hosted
on GitHub. The README
file contains instructions for building and
testing it.