aports/main/ssh-getkey-ldap/ssh-getkey-ldap.post-install
2016-05-02 15:34:54 +02:00

12 lines
263 B
Bash

#!/bin/sh
cat <<EOF 1>&2
*
* If you want OpenSSH server to look up user's public keys in LDAP,
* add the following lines to /etc/ssh/sshd_config and reload sshd:
*
* AuthorizedKeysCommand /usr/bin/ssh-getkey-ldap
* AuthorizedKeysCommandUser nobody
*
EOF