372f288
--- fail2ban-0.8.0/config/filter.d/sshd.conf.upstream	2007-06-20 11:56:18.000000000 +0100
372f288
+++ fail2ban-0.8.0/config/filter.d/sshd.conf	2007-06-20 11:53:36.000000000 +0100
372f288
@@ -14,10 +14,11 @@
372f288
 #          (?:::f{4,6}:)?(?P<host>\S+)
372f288
 # Values:  TEXT
372f288
 #
372f288
-failregex = Authentication failure for .* from <HOST>
372f288
-            Failed [-/\w]+ for .* from <HOST>
372f288
-            ROOT LOGIN REFUSED .* FROM <HOST>
372f288
-            [iI](?:llegal|nvalid) user .* from <HOST>
372f288
+failregex = Authentication failure for .* from <HOST>$
372f288
+            Failed [-/\w]+ for .* from <HOST>$
372f288
+            ROOT LOGIN REFUSED .* FROM <HOST>$
372f288
+            [iI](?:llegal|nvalid) user .* from <HOST>$
372f288
+            User .* from <HOST> not allowed because not listed in AllowUsers$
8c6d2a1
 
8c6d2a1
 # Option:  ignoreregex
8c6d2a1
 # Notes.:  regex to ignore. If this regex matches, the line is ignored.