3311064278
Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show malicious behaviours. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> [Thomas: simplify $(SED) expression by using comma as a separator instead of slash.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
config BR2_PACKAGE_FAIL2BAN
|
|
bool "fail2ban"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
help
|
|
Fail2ban scans log files (e.g. /var/log/apache/error_log) and
|
|
bans IPs that show the malicious signs -- too many password
|
|
failures, seeking for exploits, etc. Out of the box Fail2Ban
|
|
comes with filters for various services (apache, courier,
|
|
ssh, etc).
|
|
|
|
Fail2Ban is able to reduce the rate of incorrect
|
|
authentications attempts however it cannot eliminate the risk
|
|
that weak authentication presents.
|
|
|
|
https://www.fail2ban.org
|