From f221c2f06c96c95cb0bd1e425b76e5227b5c254f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 8 Jul 2017 00:09:32 +0000 Subject: [PATCH] Fail2ban was unhappy because port was present two times --- data/templates/fail2ban/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/fail2ban/jail.conf b/data/templates/fail2ban/jail.conf index 648d44fa8..4047306a7 100644 --- a/data/templates/fail2ban/jail.conf +++ b/data/templates/fail2ban/jail.conf @@ -152,7 +152,7 @@ filter = pam-generic # port actually must be irrelevant but lets leave it all for some possible uses port = all banaction = iptables-allports -port = anyport +#port = anyport logpath = /var/log/auth.log maxretry = 6