Merge branch 'up/sshd_fixes' into build

* up/sshd_fixes:
  BF: addressing added bang to ssh log (closes: #512193)
debian-releases/squeeze
Yaroslav Halchenko 2009-01-18 10:25:46 -05:00
commit 0a1326d12d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ failregex = ^%(__prefix_line)s(?:error: PAM: )?Authentication failure for .* fro
^%(__prefix_line)sUser .+ from <HOST> not allowed because none of user's groups are listed in AllowGroups\s*$
^%(__prefix_line)sauthentication failure; logname=\S* uid=\S* euid=\S* tty=\S* ruser=\S* rhost=<HOST>(?:\s+user=.*)?\s*$
^%(__prefix_line)srefused connect from \S+ \(<HOST>\)\s*$
^%(__prefix_line)sAddress <HOST> .* POSSIBLE BREAK-IN ATTEMPT\s*$
^%(__prefix_line)sAddress <HOST> .* POSSIBLE BREAK-IN ATTEMPT!*\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.