From cf6b27963f4b73884031bb2f7b5622407c4cbbfe Mon Sep 17 00:00:00 2001 From: lostcontrol Date: Thu, 4 Jan 2007 13:07:04 +0000 Subject: [PATCH] - Fixed missing regular expression git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@513 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/filter.d/sshd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/filter.d/sshd.conf b/config/filter.d/sshd.conf index fe46dd86..f3dd29f8 100644 --- a/config/filter.d/sshd.conf +++ b/config/filter.d/sshd.conf @@ -15,7 +15,8 @@ # Values: TEXT # failregex = (?:Authentication failure|Failed [-/\w+]+) for(?: [iI](?:llegal|nvalid))? user .*(?: from|FROM) - ROOT LOGIN REFUSED .*(?: from|FROM) + ROOT LOGIN REFUSED .* FROM + [iI](?:llegal|nvalid) user .* from # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.