mirror of https://github.com/fail2ban/fail2ban
ENH: slight rewordings of the long description (Closes: #588176)
parent
cfd6cf7b1b
commit
97ac5bd205
|
@ -17,16 +17,17 @@ Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
||||||
Recommends: iptables, whois
|
Recommends: iptables, whois
|
||||||
Suggests: python-gamin, mailx
|
Suggests: python-gamin, mailx
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
Description: bans IPs that cause multiple authentication errors
|
Description: ban hosts that cause multiple authentication errors
|
||||||
Monitors log files (e.g. /var/log/auth.log,
|
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
||||||
/var/log/apache/access.log) and temporarily or persistently bans
|
/var/log/apache/access.log) and temporarily or persistently bans
|
||||||
failure-prone addresses by updating existing firewall rules. The
|
failure-prone addresses by updating existing firewall rules. Fail2ban allows
|
||||||
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
|
easy specification of different actions to be taken such as to ban an
|
||||||
IP using iptables or hostsdeny rules, or simply to send a
|
IP using iptables or hostsdeny rules, or simply to send a
|
||||||
notification email. Currently, by default, supports ssh/apache/vsftpd
|
notification email.
|
||||||
but configuration can be easily extended for monitoring any other ASCII
|
.
|
||||||
file. All filters and actions are given in the config files, thus
|
By default, it comes with filter expressions for various services
|
||||||
fail2ban can be adopted to be used with a variety of files and
|
(sshd, apache, qmail, proftpd, sasl etc.) but configuration can be
|
||||||
firewalls.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue