Created
June 20, 2010 04:51
-
-
Save jxcl/445570 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (?:password|publickey) 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*$ | |
^%(__prefix_line)sUser .+ from <HOST> not allowed because not listed in AllowUsers$ | |
^%(__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*$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment