diff --git a/CHANGELOG b/CHANGELOG index 94a7b411..67f301bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,13 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.8.0) 2007/05/03 +Fail2Ban (version 0.8.1) 2007/??/?? ============================================================= +ver. 0.8.1 (2007/??/??) - stable +---------- +- Fixed vulnerability in sshd.conf. Thanks to Daniel B. Cid + ver. 0.8.0 (2007/05/03) - stable ---------- - Fixed RedHat init script. Thanks to Jonathan Underwood diff --git a/config/filter.d/sshd.conf b/config/filter.d/sshd.conf index fa1d88ad..39416f43 100644 --- a/config/filter.d/sshd.conf +++ b/config/filter.d/sshd.conf @@ -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.