From 48573bedddb438bbd5514e3124375ec9a4c90aeb Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 14 May 2020 00:45:21 -0400 Subject: [PATCH] restart --- index.sh | 2 ++ 1 file changed, 2 insertions(+) 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