diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-05-01 23:22:38 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-02 15:34:54 +0200 |
commit | 12e13968b80892f0a78bfba308aeb7cb060d1d40 (patch) | |
tree | 2d89a7c26fcd3673f99747198069c65bbf0d0724 /testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install | |
parent | e2207f9276d616ba2ba2c70781c6e28ba49eca4a (diff) | |
download | aports-12e13968b80892f0a78bfba308aeb7cb060d1d40.tar.bz2 aports-12e13968b80892f0a78bfba308aeb7cb060d1d40.tar.xz |
testing/ssh-getkey-ldap: move to the main repo
Diffstat (limited to 'testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install')
-rw-r--r-- | testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install b/testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install deleted file mode 100644 index e5183e1d88..0000000000 --- a/testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |