This commit is contained in:
William Mantly 2020-05-14 00:45:21 -04:00
parent c160c94292
commit 48573beddd

View File

@ -52,3 +52,5 @@ chmod +x /usr/local/bin/ldap-ssh-key
echo "AuthorizedKeysCommand /usr/local/bin/ldap-ssh-key" >> /etc/ssh/sshd_config
echo "AuthorizedKeysCommandUser nobody" >> /etc/ssh/sshd_config
service ssh restart