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.
23 lines
520 B
Plaintext
23 lines
520 B
Plaintext
# Fail2Ban configuration file for wuftpd
|
|
#
|
|
#
|
|
|
|
[INCLUDES]
|
|
|
|
# Read common prefixes. If any customizations available -- read them from
|
|
# common.local
|
|
before = common.conf
|
|
|
|
[Definition]
|
|
|
|
_daemon = wu-ftpd
|
|
__pam_re=\(?%(__pam_auth)s(?:\(wu-ftpd:auth\))?\)?:?
|
|
|
|
failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]\s*$
|
|
^%(__prefix_line)s%(__pam_re)s\s+authentication failure; logname=\S* uid=\S* euid=\S* tty=(ftp)? ruser=\S* rhost=<HOST>(?:\s+user=.*)?\s*$
|
|
|
|
|
|
ignoreregex =
|
|
|
|
# Author: Yaroslav Halchenko
|