diff --git a/fail2ban-0.8-sshd-filter.diff b/fail2ban-0.8-sshd-filter.diff deleted file mode 100644 index a9fa0e0..0000000 --- a/fail2ban-0.8-sshd-filter.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- fail2ban-0.8.0/config/filter.d/sshd.conf.upstream 2007-06-20 11:56:18.000000000 +0100 -+++ fail2ban-0.8.0/config/filter.d/sshd.conf 2007-06-20 11:53:36.000000000 +0100 -@@ -14,10 +14,11 @@ - # (?:::f{4,6}:)?(?P\S+) - # Values: TEXT - # --failregex = Authentication failure for .* from -- Failed [-/\w]+ for .* from -- ROOT LOGIN REFUSED .* FROM -- [iI](?:llegal|nvalid) user .* from -+failregex = Authentication failure for .* from $ -+ Failed [-/\w]+ for .* from $ -+ ROOT LOGIN REFUSED .* FROM $ -+ [iI](?:llegal|nvalid) user .* from $ -+ User .* from not allowed because not listed in AllowUsers$ - - # Option: ignoreregex - # Notes.: regex to ignore. If this regex matches, the line is ignored.