Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
# Fail2Ban configuration file for wuftpd
|
|
|
2 |
#
|
|
|
3 |
#
|
|
|
4 |
|
|
|
5 |
[INCLUDES]
|
|
|
6 |
|
|
|
7 |
# Read common prefixes. If any customizations available -- read them from
|
|
|
8 |
# common.local
|
|
|
9 |
before = common.conf
|
|
|
10 |
|
|
|
11 |
[Definition]
|
|
|
12 |
|
|
|
13 |
_daemon = wu-ftpd
|
|
|
14 |
__pam_re=\(?pam_unix(?:\(wu-ftpd:auth\))?\)?:?
|
|
|
15 |
|
|
|
16 |
failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]\s*$
|
|
|
17 |
^%(__prefix_line)s%(__pam_re)s\s+authentication failure; logname=\S* uid=\S* euid=\S* tty=(ftp)? ruser=\S* rhost=<HOST>(?:\s+user=.*)?\s*$
|
|
|
18 |
|
|
|
19 |
|
|
|
20 |
ignoreregex =
|
|
|
21 |
|
|
|
22 |
# Author: Yaroslav Halchenko
|