2005-07-06 23:10:26 +00:00
|
|
|
Source: fail2ban
|
|
|
|
Section: net
|
|
|
|
Priority: optional
|
2005-07-07 01:52:07 +00:00
|
|
|
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
|
2008-02-08 05:52:04 +00:00
|
|
|
Build-Depends: debhelper (>= 5.0.37.2), python
|
2007-05-15 14:26:28 +00:00
|
|
|
Build-Depends-Indep: python-central (>= 0.5.6)
|
2006-09-05 06:10:29 +00:00
|
|
|
XS-Python-Version: current, >= 2.4
|
2007-11-23 16:09:34 +00:00
|
|
|
Homepage: http://www.fail2ban.org
|
|
|
|
Vcs-Browser: http://git.onerussian.com/?p=fail2ban
|
|
|
|
Vcs-git: http://git.onerussian.com/vcs/fail2ban
|
2008-02-08 06:22:15 +00:00
|
|
|
Standards-Version: 3.7.3
|
2005-07-06 23:10:26 +00:00
|
|
|
|
2007-11-23 16:09:34 +00:00
|
|
|
|
2005-07-06 23:10:26 +00:00
|
|
|
Package: fail2ban
|
|
|
|
Architecture: all
|
2007-11-23 17:49:15 +00:00
|
|
|
Depends: ${python:Depends}, lsb-base (>=2.0-7)
|
2008-04-07 14:24:09 +00:00
|
|
|
Recommends: iptables, whois
|
2006-12-07 04:07:59 +00:00
|
|
|
Suggests: python-gamin, mailx
|
2006-10-23 05:07:52 +00:00
|
|
|
XB-Python-Version: ${python:Versions}
|
2005-08-13 08:31:19 +00:00
|
|
|
Description: bans IPs that cause multiple authentication errors
|
2006-09-05 06:10:29 +00:00
|
|
|
Monitors log files (e.g. /var/log/auth.log,
|
|
|
|
/var/log/apache/access.log) and temporarily or persistently bans
|
|
|
|
failure-prone addresses by updating existing firewall rules. The
|
|
|
|
software was completely rewritten at version 0.7.0 and now allows
|
|
|
|
easy specification of different actions to be taken such as to ban an
|
|
|
|
IP using iptables or hostsdeny rules, or simply to send a
|
|
|
|
notification email. Currently, by default, supports ssh/apache/vsftpd
|
2006-09-29 13:22:23 +00:00
|
|
|
but configuration can be easily extended for monitoring any other ASCII
|
2007-05-15 14:26:28 +00:00
|
|
|
file. All filters and actions are given in the config files, thus
|
2006-09-29 13:22:23 +00:00
|
|
|
fail2ban can be adopted to be used with a variety of files and
|
2006-09-05 06:10:29 +00:00
|
|
|
firewalls.
|
2005-07-06 23:10:26 +00:00
|
|
|
|