2006-07-17 19:26:14 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Cyril Jaquier
|
|
|
|
#
|
2007-10-16 21:01:22 +00:00
|
|
|
# $Revision: 569 $
|
2006-07-17 19:26:14 +00:00
|
|
|
#
|
|
|
|
|
2006-07-16 21:35:08 +00:00
|
|
|
[Definition]
|
|
|
|
|
|
|
|
# Option: failregex
|
2006-11-19 21:25:51 +00:00
|
|
|
# Notes.: regex to match the password failure messages in the logfile. The
|
|
|
|
# host must be matched by a group named "host". The tag "<HOST>" can
|
2006-12-18 22:35:34 +00:00
|
|
|
# be used for standard IP/hostname matching and is only an alias for
|
|
|
|
# (?:::f{4,6}:)?(?P<host>\S+)
|
2006-10-01 21:19:56 +00:00
|
|
|
# Values: TEXT
|
2006-07-16 21:35:08 +00:00
|
|
|
#
|
2007-04-18 20:22:54 +00:00
|
|
|
failregex = [[]client <HOST>[]] user .* authentication failure
|
|
|
|
[[]client <HOST>[]] user .* not found
|
|
|
|
[[]client <HOST>[]] user .* password mismatch
|
2006-11-12 14:52:36 +00:00
|
|
|
|
|
|
|
# Option: ignoreregex
|
|
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
2006-11-15 18:44:28 +00:00
|
|
|
ignoreregex =
|