mirror of https://github.com/fail2ban/fail2ban
- Modified failregex again. Thanks to Yaroslav Halchenko
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@609 a942ae1a-1317-0410-a47c-b1dcaea8d605_tent/ipv6_via_aInfo
parent
a3ace8040b
commit
3ef8fbe2e3
|
@ -14,11 +14,11 @@
|
|||
# (?:::f{4,6}:)?(?P<host>\S+)
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = Authentication failure for .+ from <HOST>(?: port \d+ ssh2)?$
|
||||
Failed [-/\w]+ for .+ from <HOST>(?: port \d+ ssh2)?$
|
||||
ROOT LOGIN REFUSED .+ FROM <HOST>(?: port \d+ ssh2)?$
|
||||
[iI](?:llegal|nvalid) user .+ from <HOST>(?: port \d+ ssh2)?$
|
||||
User .+ from <HOST> not allowed because not listed in AllowUsers$
|
||||
failregex = (?:error: PAM: )?Authentication failure for .* from <HOST>\s*$
|
||||
Failed [-/\w]+ for .* from <HOST>(?: port \d*)?(?: ssh\d*)?$
|
||||
ROOT LOGIN REFUSED.* FROM <HOST>\s*$
|
||||
[iI](?:llegal|nvalid) user .* from <HOST>\s*$
|
||||
User \S+ from <HOST> not allowed because not listed in AllowUsers$
|
||||
User .+ from <HOST> not allowed because none of user's groups are listed in AllowGroups$
|
||||
|
||||
# Option: ignoreregex
|
||||
|
|
Loading…
Reference in New Issue