Fix comment mismatch
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 22 Apr 2014 13:28:01 +0000 (09:28 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 22 Apr 2014 13:29:16 +0000 (09:29 -0400)
stage3/pkg/openssh

index 58707ce..cc1854e 100644 (file)
@@ -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