From 2e7703b77c2e843caef5c59138d571032db764a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 10 Dec 2015 20:49:15 +0100 Subject: [PATCH] Really update sshd. --- lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.sh b/lxc.sh index 09ca7e8..92ab1d0 100755 --- 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 } -- 1.8.2.3