From f88c907a29d575784886aa8d5cb8c6c7f10d20f8 Mon Sep 17 00:00:00 2001 From: NatCC Date: Tue, 21 Feb 2017 14:32:28 +0000 Subject: [PATCH] Update jails.conf - SSH fail2ban jail (#1105) SSH fail2ban jail is not enabled by default and so the jail does not load. --- conf/fail2ban/jails.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/fail2ban/jails.conf b/conf/fail2ban/jails.conf index 0146b64c..290a75bb 100644 --- a/conf/fail2ban/jails.conf +++ b/conf/fail2ban/jails.conf @@ -73,6 +73,7 @@ action = iptables-allports[name=recidive] enabled = true [ssh] +enabled = true maxretry = 7 bantime = 3600