summaryrefslogtreecommitdiffstats
path: root/network/fail2ban/README
blob: f697e854964b3f99bed5c11feaeead51f6ba75a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes
too many password failures. It updates firewall rules to reject the
IP address. These rules can be defined by the user. Fail2Ban can read
multiple log files such as sshd, Apache web server, postfix and others.

To install the bash completion script, pass BASH_COMPLETION=yes to the
SlackBuild, for example

  BASH_COMPLETION=yes ./fail2ban.SlackBuild

See README.SBo for configuration and upgrade help.