diff --git a/index.sh b/index.sh index d11bd10..1fd8196 100755 --- a/index.sh +++ b/index.sh @@ -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