- Fixed vulnerability in sshd.conf. Thanks to Daniel B. Cid

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@587 a942ae1a-1317-0410-a47c-b1dcaea8d605
_tent/ipv6_via_aInfo
Cyril Jaquier 2007-06-07 21:29:18 +00:00
parent d1cbc1b70c
commit 1e2ddec485
2 changed files with 10 additions and 5 deletions

View File

@ -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 ver. 0.8.0 (2007/05/03) - stable
---------- ----------
- Fixed RedHat init script. Thanks to Jonathan Underwood - Fixed RedHat init script. Thanks to Jonathan Underwood

View File

@ -14,10 +14,11 @@
# (?:::f{4,6}:)?(?P<host>\S+) # (?:::f{4,6}:)?(?P<host>\S+)
# Values: TEXT # Values: TEXT
# #
failregex = Authentication failure for .* from <HOST> failregex = Authentication failure for .* from <HOST>$
Failed [-/\w]+ for .* from <HOST> Failed [-/\w]+ for .* from <HOST>$
ROOT LOGIN REFUSED .* FROM <HOST> ROOT LOGIN REFUSED .* FROM <HOST>$
[iI](?:llegal|nvalid) user .* from <HOST> [iI](?:llegal|nvalid) user .* from <HOST>$
User .* from <HOST> not allowed because not listed in AllowUsers$
# Option: ignoreregex # Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored. # Notes.: regex to ignore. If this regex matches, the line is ignored.