mirror of https://github.com/fail2ban/fail2ban
fixed a typo in failregex for SSH
parent
0321fd4689
commit
899c6d54df
|
@ -364,4 +364,4 @@ timepattern = %%b %%d %%H:%%M:%%S
|
||||||
# Notes.: regex to match the password failures messages in the logfile.
|
# Notes.: regex to match the password failures messages in the logfile.
|
||||||
# Values: TEXT Default: (?:Authentication failure|Failed (?:keyboard-interactive/pam|password)) for(?: illegal user)? .* from (?:::f{4,6}:)?(?P<host>\S*)
|
# Values: TEXT Default: (?:Authentication failure|Failed (?:keyboard-interactive/pam|password)) for(?: illegal user)? .* from (?:::f{4,6}:)?(?P<host>\S*)
|
||||||
#
|
#
|
||||||
failregex = : (?:(?:Authentication failure|Failed [-/\w+]+) for(?: [iI](?:llegal|nvalid) user)?|[Ii](?:llegal|nvalid) user|ROOT LOGIN REFUSED) .*(?:from |FROM) (?:::f{4,6}:)?(?P<host>\S*)
|
failregex = : (?:(?:Authentication failure|Failed [-/\w+]+) for(?: [iI](?:llegal|nvalid) user)?|[Ii](?:llegal|nvalid) user|ROOT LOGIN REFUSED) .*(?: from|FROM) (?:::f{4,6}:)?(?P<host>\S*)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
fail2ban (0.6.0-7) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixed a typo in failregex for SSH section (closes: #356112)
|
||||||
|
|
||||||
|
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 9 Mar 2006 15:13:48 -0500
|
||||||
|
|
||||||
fail2ban (0.6.0-6) unstable; urgency=low
|
fail2ban (0.6.0-6) unstable; urgency=low
|
||||||
|
|
||||||
* Updated README.Debian with information about some cases with
|
* Updated README.Debian with information about some cases with
|
||||||
|
|
Loading…
Reference in New Issue