diff --git a/ChangeLog b/ChangeLog index 71dce5db..4157cf63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ From ver. 0.8.3 (2008/??/??) - stable Christian Jobic who submitted a similar patch. - Fixed "fail2ban-client get logpath". Bug #1916986. - Changed some log levels. +- Added gssftpd filter. Thanks to Kevin Zembower. ver. 0.8.2 (2008/03/06) - stable ---------- diff --git a/config/filter.d/gssftpd.conf b/config/filter.d/gssftpd.conf new file mode 100644 index 00000000..15fe6871 --- /dev/null +++ b/config/filter.d/gssftpd.conf @@ -0,0 +1,14 @@ +# Fail2Ban configuration file for wuftpd +# +# Author: Kevin Zembower (copied from wsftpd.conf) +# +# $Revision: 1 $ +# + +[Definition] + +# Option: failregex +# Notes.: regex to match the password failures messages in the logfile. +# Values: TEXT +# +failregex = ftpd(?:\[\d+\])?:\s+repeated login failures from \(\S+\)$