From: Julien Moutinho Date: Sun, 14 Apr 2013 17:50:25 +0000 (+0200) Subject: Modification : etc/ssh/sshd_config.m4 : augmente MaxAuthTries. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=bcf89f99a16963440e4bdaf8d56629eee271cd99 Modification : etc/ssh/sshd_config.m4 : augmente MaxAuthTries. --- diff --git a/etc/ssh/sshd_config.m4 b/etc/ssh/sshd_config.m4 index e60e1b8..5bfe0d0 100644 --- a/etc/ssh/sshd_config.m4 +++ b/etc/ssh/sshd_config.m4 @@ -16,7 +16,7 @@ ListenAddress 127.0.0.1 ListenAddress VM_IPV4 LogLevel INFO LoginGraceTime 120 -MaxAuthTries 1 +MaxAuthTries 3 PasswordAuthentication no PermitEmptyPasswords no PermitRootLogin yes