blob: e5183e1d8846116d3c17be74495e53c5797d9226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
|