mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
14 lines
325 B
Bash
14 lines
325 B
Bash
#!/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
|