aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install')
-rw-r--r--testing/ssh-getkey-ldap/ssh-getkey-ldap.post-install11
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