Added failregex for "User not known" in sshd.conf. thanks Alexander Gerasiov (closes: #479966)

debian-releases/squeeze
Yaroslav Halchenko 2008-07-21 10:31:40 -04:00
parent 3f62835d63
commit 569c24fe5a
1 changed files with 1 additions and 0 deletions

View File

@ -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*$