Really update sshd.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 10 Dec 2015 19:49:15 +0000 (20:49 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 10 Dec 2015 19:49:27 +0000 (20:49 +0100)
lxc.sh

diff --git a/lxc.sh b/lxc.sh
index 09ca7e8..92ab1d0 100755 (executable)
--- a/lxc.sh
+++ b/lxc.sh
@@ -107,7 +107,7 @@ __EOF__
     sed -i -e 's/^\(START\)=.*/\1=yes/' etc/default/puppet
     rm -rf /var/lib/puppet/ssl/* || :
 
-    sed -i -e 's/^#\(GSSAPIAuthentication\).*/\1 yes/' /etc/ssh/sshd_config
+    sed -i -e 's/^#\(GSSAPIAuthentication\).*/\1 yes/' etc/ssh/sshd_config
 
     cd
 }