From b0cae2c43f4196783598d6198a3ec8b82f333d5f Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 24 Apr 2005 11:03:44 +0000 Subject: [PATCH] - Changed all sections to disabled by default - Add "Invalid user" to SSH failregex git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@104 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/fail2ban.conf.default | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/fail2ban.conf.default b/config/fail2ban.conf.default index 43f08b86..19aceec1 100644 --- a/config/fail2ban.conf.default +++ b/config/fail2ban.conf.default @@ -54,7 +54,7 @@ polltime = 1 [Apache] # enabled: is this section active ? -enabled = true +enabled = false # logfile: file to monitor. logfile = log-test/apache @@ -75,7 +75,7 @@ failregex = authentication failure|user .* not found [SSH] # enabled: is this section active ? -enabled = true +enabled = false # logfile: file to monitor. logfile = log-test/current @@ -92,5 +92,4 @@ timepattern = %%b %%d %%H:%%M:%%S # failregex: regular expression which have to match the # message written in the log file in case of password failure. -failregex = Authentication failure|Failed password - +failregex = Authentication failure|Failed password|Invalid user