mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
63b4dca52e
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
11 lines
473 B
Text
11 lines
473 B
Text
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.
|