mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Since security app manages fail2ban, it makes sense to set the default configuration in this app. Tests performed: - `./setup.py install` installs the file in the correct place. - Only 10 incorrect SSH login attempts as noticed in the fail2ban log will result in ban. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
[DEFAULT]
|
|
# 10 tries in the last 10 minutes before banning for 10 minutes
|
|
maxretry = 10
|
|
backend = systemd
|