Subversion Repositories configs

Rev

Rev 6 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# Fail2Ban filter for vsftp
2
#
3
 
4
[INCLUDES]
5
 
6
before = common.conf
7
 
8
[Definition]
9
 
10
__pam_re=\(?pam_unix(?:\(\S+\))?\)?:?
11
_daemon =  vsftpd
12
 
13
failregex = ^%(__prefix_line)s%(__pam_re)s\s+authentication failure; logname=\S* uid=\S* euid=\S* tty=(ftp)? ruser=\S* rhost=<HOST>(?:\s+user=.*)?\s*$
14
            ^ \[pid \d+\] \[.+\] FAIL LOGIN: Client "<HOST>"\s*$
15
 
16
ignoreregex =
17
 
18
# Author: Cyril Jaquier