From e54becdf20b722f4fc81e4b8a2d98fc2b9d0f7eb Mon Sep 17 00:00:00 2001 From: lostcontrol Date: Mon, 29 Jan 2007 20:32:13 +0000 Subject: [PATCH] - Updated failregex git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@532 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 f3dd29f8..8e9c22e2 100644 --- a/config/filter.d/sshd.conf +++ b/config/filter.d/sshd.conf @@ -14,7 +14,8 @@ # (?:::f{4,6}:)?(?P\S+) # Values: TEXT # -failregex = (?:Authentication failure|Failed [-/\w+]+) for(?: [iI](?:llegal|nvalid))? user .*(?: from|FROM) +failregex = Authentication failure for .* from + Failed [-/\w+]+ for .* from ROOT LOGIN REFUSED .* FROM [iI](?:llegal|nvalid) user .* from