mirror of https://github.com/fail2ban/fail2ban
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
|