mirror of https://github.com/fail2ban/fail2ban
uff -- one more adjustement
parent
b5c8d0aeeb
commit
94ac381122
|
@ -301,4 +301,4 @@ timepattern = %%b %%d %%H:%%M:%%S
|
|||
# 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*)
|
||||
#
|
||||
failregex = : (?:Authentication failure for |Failed [-/\w+]+ for )?(?:[iI]llegal user )?.* from (?:::f{4,6}:)?(?P<host>\S*)
|
||||
failregex = : (?:(?:Authentication failure|Failed [-/\w+]+) for(?: [iI]llegal user)?|Illegal user) .* from (?:::f{4,6}:)?(?P<host>\S*)
|
||||
|
|
Loading…
Reference in New Issue