You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
322 B
Plaintext
19 lines
322 B
Plaintext
# Fail2Ban filter file for gssftp
|
|
#
|
|
# Note: gssftp is part of the krb5-appl-servers in Fedora
|
|
#
|
|
[INCLUDES]
|
|
|
|
before = common.conf
|
|
|
|
[Definition]
|
|
|
|
_daemon = ftpd
|
|
|
|
failregex = ^%(__prefix_line)srepeated login failures from <HOST> \(\S+\)$
|
|
|
|
ignoreregex =
|
|
|
|
# Author: Kevin Zembower
|
|
# Edited: Daniel Black - syslog based daemon
|