Difference between revisions of "Vsftpd"
Lostcontrol (talk | contribs) |
|||
Line 18: | Line 18: | ||
* vsftpd: \(pam_unix\) authentication failure; .* rhost=<HOST> | * vsftpd: \(pam_unix\) authentication failure; .* rhost=<HOST> | ||
* \[.+\] FAIL LOGIN: Client "<HOST>"$ | * \[.+\] FAIL LOGIN: Client "<HOST>"$ | ||
+ | * \[.+\] \[.+\] FAIL LOGIN: Client "(?P<host>\S+)"$ --- Works well under Fedora Core 6 | ||
</div> | </div> | ||
[[Category:FTP]] | [[Category:FTP]] |
Revision as of 19:00, 19 January 2007
vsftpd, which stands for "Very Secure FTP Daemon", is an FTP server. It is licensed under the GNU General Public License. It supports IPv6 and SSL.
vsftpd is the default FTP server in Ubuntu, Fedora Core, Red Hat Enterprise Linux and a number of other distributions.
- ???
Failregex
The regular expressions below are proposed failregex for this software. Multiple regular expressions for failregex will only work with a version of Fail2ban greater than or equal to 0.7.6.
The tag <HOST> in the regular expressions below is just an alias for (?:::f{4,6}:)?(?P<host>\S+). The replacement is done automatically by Fail2ban when adding the regular expression. At the moment, exactly one named group host or <HOST> tag must be present in each regular expression.
Please, before editing this section, propose your changes in the discussion page first.
- vsftpd: \(pam_unix\) authentication failure; .* rhost=<HOST>
- \[.+\] FAIL LOGIN: Client "<HOST>"$
- \[.+\] \[.+\] FAIL LOGIN: Client "(?P<host>\S+)"$ --- Works well under Fedora Core 6