From 75d444dea699fdfdd1e2994a2991999a1d48d78d Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 22 Apr 2014 09:28:01 -0400 Subject: [PATCH] Fix comment mismatch --- stage3/pkg/openssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1