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>
|
2010-02-25 05:03:22 +00:00
|
|
|
Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5.4-1~)
|
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
|
2008-07-17 15:21:51 +00:00
|
|
|
Vcs-Browser: http://git.onerussian.com/?p=deb/fail2ban.git
|
2009-07-09 04:00:26 +00:00
|
|
|
Vcs-git: git://git.onerussian.com/deb/fail2ban.git
|
2011-03-23 19:55:01 +00:00
|
|
|
Standards-Version: 3.9.1
|
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
|
2010-06-29 02:13:27 +00:00
|
|
|
Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
2011-07-29 02:47:40 +00:00
|
|
|
Recommends: iptables, whois, python-gamin
|
|
|
|
Suggests: mailx
|
2006-10-23 05:07:52 +00:00
|
|
|
XB-Python-Version: ${python:Versions}
|
2011-03-23 20:00:01 +00:00
|
|
|
Description: ban hosts that cause multiple authentication errors
|
|
|
|
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
2006-09-05 06:10:29 +00:00
|
|
|
/var/log/apache/access.log) and temporarily or persistently bans
|
2011-03-23 20:00:01 +00:00
|
|
|
failure-prone addresses by updating existing firewall rules. Fail2ban allows
|
2006-09-05 06:10:29 +00:00
|
|
|
easy specification of different actions to be taken such as to ban an
|
|
|
|
IP using iptables or hostsdeny rules, or simply to send a
|
2011-03-23 20:00:01 +00:00
|
|
|
notification email.
|
|
|
|
.
|
|
|
|
By default, it comes with filter expressions for various services
|
|
|
|
(sshd, apache, qmail, proftpd, sasl etc.) but configuration can be
|
|
|
|
easily extended for monitoring any other text file. All filters and
|
|
|
|
actions are given in the config files, thus fail2ban can be adopted
|
|
|
|
to be used with a variety of files and firewalls.
|
2005-07-06 23:10:26 +00:00
|
|
|
|