2007-01-04 12:21:44 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Yaroslav Halchenko
|
|
|
|
#
|
2007-10-16 21:01:23 +00:00
|
|
|
# $Revision: 592 $
|
2007-01-04 12:21:44 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
# Option: failregex
|
|
|
|
# Notes.: regex to match the password failures messages in the logfile. The
|
|
|
|
# host must be matched by a group named "host". The tag "<HOST>" can
|
|
|
|
# be used for standard IP/hostname matching and is only an alias for
|
|
|
|
# (?:::f{4,6}:)?(?P<host>\S+)
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
2007-06-25 21:57:10 +00:00
|
|
|
failregex = sshd(?:\[\d+\])?: Did not receive identification string from <HOST>$
|
2007-01-04 12:21:44 +00:00
|
|
|
|
|
|
|
# Option: ignoreregex
|
|
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
|
|
|
ignoreregex =
|