From: Hugo Villeneuve Date: Tue, 22 Apr 2014 13:28:01 +0000 (-0400) Subject: Fix comment mismatch X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=75d444dea699fdfdd1e2994a2991999a1d48d78d;p=hvlinux.git Fix comment mismatch --- diff --git a/stage3/pkg/openssh b/stage3/pkg/openssh index 58707ce..cc1854e 100644 --- a/stage3/pkg/openssh +++ b/stage3/pkg/openssh @@ -29,7 +29,7 @@ hvbuild_post() sed -i -e "s!^#\(ForwardAgent\).*!\1 yes!g" /etc/ssh/ssh_config sed -i -e "s!^#\(ForwardX11\).*!\1 yes!g" /etc/ssh/ssh_config - # Setting MaxAuthTries to 2 + # Setting MaxAuthTries to 3 sed -i -e "s!^[#]*MaxAuthTries.*!MaxAuthTries 3!g" /etc/ssh/sshd_config install -v -m740 ${SCRDIR}/bootscripts/sshd /etc/rc.d/init.d