diff options
Diffstat (limited to 'network/fail2ban/README')
-rw-r--r-- | network/fail2ban/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/fail2ban/README b/network/fail2ban/README new file mode 100644 index 0000000000..5993d3c304 --- /dev/null +++ b/network/fail2ban/README @@ -0,0 +1,10 @@ +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. + +fail2ban has following dependencies which are offical Slackware packages: +1. Python >= 2.3 Required +2. gamin >= 0.0.21 Optional + +Also see README.SBo for configuration and upgrade help. |