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/admin/%7B%24www_url%7Dadmin/%40%20%27config_titre_base_sup%27%20=%3E%20%27Declaration%20of%20an%20additional%20database%27%2C%20%27config_titre_base_sup_choix%27%20=%3E%20%27Choose%20an%20additional%20database%27%2C%20%27connexion_ldap%27%20=%3E%20%27Connection:%27%2C-%27copier_en_local%27%20=%3E%20%27Copy%20to%20local%20site%27%2C%20%27creer_et_associer_un_auteur%27%20=%3E%20%27Create%20and%20associate%20an%20author%27%2C-%27creer_et_associer_une_rubrique%27%20=%3E%20%27Create%20and%20link%20a%20section%27%2C%20%20/%20D%20%27date_mot_heures%27%20=%3E%20%27H%27%2C%40%40%20-141%2C7%20%20113%2C6%20%40%40%20Do%20not%20submit%20this%20import%20request.%3Cp%3EFor%20more%20information%2C%20please%20see%20%3Ca%20href=?a=commitdiff_plain;h=bcf89f99a16963440e4bdaf8d56629eee271cd99;p=lhc%2Fateliers.git 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