mirror of https://github.com/fail2ban/fail2ban
Added failregex for "User not known" in sshd.conf. thanks Alexander Gerasiov (closes: #479966)
parent
3f62835d63
commit
569c24fe5a
|
@ -24,6 +24,7 @@ _daemon = sshd
|
|||
# Values: TEXT
|
||||
#
|
||||
failregex = ^%(__prefix_line)s(?:error: PAM: )?Authentication failure for .* from <HOST>\s*$
|
||||
^%(__prefix_line)s(?:error: PAM: )?User not known to the underlying authentication module for .* from <HOST>\s*$
|
||||
^%(__prefix_line)sFailed [-/\w]+ for .* from <HOST>(?: port \d*)?(?: ssh\d*)?$
|
||||
^%(__prefix_line)sROOT LOGIN REFUSED.* FROM <HOST>\s*$
|
||||
^%(__prefix_line)s[iI](?:llegal|nvalid) user .* from <HOST>\s*$
|
||||
|
|
Loading…
Reference in New Issue