mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
12 lines
263 B
Bash
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
|