git://scientific.zcu.cz
/
virtualization.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa3ecd
)
Really update sshd.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 10 Dec 2015 19:49:15 +0000
(20:49 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 10 Dec 2015 19:49:27 +0000
(20:49 +0100)
lxc.sh
patch
|
blob
|
blame
|
history
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
}