blob: 904cd813f5240d8c743e85add2b590d6cf7fcb0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
cat >&2 <<EOF
*
* Adjust LDAP settings in /etc/ssh-ldap-pubkey.conf.
*
* If you want OpenSSH server to look up users' public keys in LDAP,
* add the following lines to /etc/ssh/sshd_config and reload sshd:
*
* AuthorizedKeysCommand /usr/bin/ssh-ldap-pubkey-wrapper
* AuthorizedKeysCommandUser nobody
*
EOF
|