DOC: filter.d/vsftpd doco from wiki

pull/560/head
Daniel Black 2014-01-05 11:30:56 +11:00
parent 6602937ee1
commit c37ee4cc52
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Fail2Ban filter for vsftp
#
# Configure VSFTP for "dual_log_enable=YES", and have fail2ban watch
# /var/log/vsftpd.log instead of /var/log/secure. vsftpd.log file shows the
# incoming ip address rather than domain names.
[INCLUDES]
@ -16,3 +19,4 @@ failregex = ^%(__prefix_line)s%(__pam_re)s\s+authentication failure; logname=\S*
ignoreregex =
# Author: Cyril Jaquier
# Documentation from fail2ban wiki