Subversion Repositories configs

Rev

Rev 3 | Rev 33 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
Line 1... Line 1...
1
# Fail2Ban filter for vsftp
1
# Fail2Ban filter for vsftp
2
#
2
#
-
 
3
# Configure VSFTP for "dual_log_enable=YES", and have fail2ban watch
-
 
4
# /var/log/vsftpd.log instead of /var/log/secure. vsftpd.log file shows the
-
 
5
# incoming ip address rather than domain names.
3
 
6
 
4
[INCLUDES]
7
[INCLUDES]
5
 
8
 
6
before = common.conf
9
before = common.conf
7
 
10
 
Line 14... Line 17...
14
            ^ \[pid \d+\] \[.+\] FAIL LOGIN: Client "<HOST>"\s*$
17
            ^ \[pid \d+\] \[.+\] FAIL LOGIN: Client "<HOST>"\s*$
15
 
18
 
16
ignoreregex = 
19
ignoreregex = 
17
 
20
 
18
# Author: Cyril Jaquier
21
# Author: Cyril Jaquier
-
 
22
# Documentation from fail2ban wiki