2006-07-17 19:26:14 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Cyril Jaquier
|
|
|
|
#
|
|
|
|
# $Revision$
|
|
|
|
#
|
|
|
|
|
2006-07-16 21:35:08 +00:00
|
|
|
[Definition]
|
2006-06-26 20:05:00 +00:00
|
|
|
|
|
|
|
# Option: failregex
|
|
|
|
# Notes.: regex to match the password failures messages in the logfile.
|
2006-10-01 21:19:56 +00:00
|
|
|
# Values: TEXT
|
2006-06-26 20:05:00 +00:00
|
|
|
#
|
2006-08-06 22:14:34 +00:00
|
|
|
failregex = (?:(?:Authentication failure|Failed [-/\w+]+) for(?: [iI](?:llegal|nvalid) user)?|[Ii](?:llegal|nvalid) user|ROOT LOGIN REFUSED) .*(?: from|FROM) (?:::f{4,6}:)?(?P<host>\S*)
|
2006-06-26 20:05:00 +00:00
|
|
|
|