From b2eaaeca4b9e9d229be692baf2027121ab8a3d5f Mon Sep 17 00:00:00 2001 From: anoma Date: Thu, 2 Jul 2015 10:23:48 +0100 Subject: [PATCH] Revert to default 6 ssh/ddos login attempts No legitimate admin will require 20 login attempts. The default 6 is a sane middle ground especially since in 10 minutes they can try again or immediately from another IP anyway. --- conf/fail2ban/jail.local | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/fail2ban/jail.local b/conf/fail2ban/jail.local index 4a6cc81b..48a30fa9 100644 --- a/conf/fail2ban/jail.local +++ b/conf/fail2ban/jail.local @@ -8,12 +8,8 @@ maxretry = 20 # JAILS -[ssh] -maxretry = 20 - [ssh-ddos] enabled = true -maxretry = 20 [sasl] enabled = true