mirror of https://github.com/fail2ban/fail2ban
NF: ban tcpwrappers 'refused connect' reported IPs
parent
bce05a1285
commit
1f4571ac88
|
@ -20,6 +20,7 @@ failregex = (?:error: PAM: )?Authentication failure for .* from <HOST>\s*$
|
|||
[iI](?:llegal|nvalid) user .* from <HOST>\s*$
|
||||
User .+ from <HOST> not allowed because not listed in AllowUsers\s*$
|
||||
User .+ from <HOST> not allowed because none of user's groups are listed in AllowGroups\s*$
|
||||
sshd(?:\[\d+\])?: refused connect from \S+ \(<HOST>\)\s*$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
Loading…
Reference in New Issue