more ssh regexes

This commit is contained in:
ppom
2023-11-05 12:00:00 +01:00
parent 50ce32d256
commit 52dc67ed34
3 changed files with 7 additions and 2 deletions

View File

@ -38,6 +38,7 @@ local banFor(time) = {
regex: [
@'authentication failure;.*rhost=<ip>',
@'Connection reset by authenticating user .* <ip>',
@'Failed password for .* from <ip>',
],
retry: 3,
retryperiod: '6h',