more ssh regexes
This commit is contained in:
@ -56,7 +56,9 @@ local iptables(args) = ['ip46tables', '-w'] + args;
|
||||
regex: [
|
||||
// <ip> is predefined in the patterns section
|
||||
// ip's regex is inserted in the following regex
|
||||
'authentication failure;.*rhost=<ip>',
|
||||
@'authentication failure;.*rhost=<ip>',
|
||||
@'Failed password for .* from <ip>',
|
||||
@'Connection reset by authenticating user .* <ip>',
|
||||
],
|
||||
// if retry and retryperiod are defined,
|
||||
// the actions will only take place if a same pattern is
|
||||
|
Reference in New Issue
Block a user