security: harden lazyworkhorse with firewall, fail2ban, SSH hardening #28

Merged
gortium merged 11 commits from feature/server-hardening-clean into master 2026-05-03 09:11:58 +00:00
4 changed files with 322 additions and 2 deletions
Showing only changes of commit 2477acdfc7 - Show all commits

View File

@@ -356,8 +356,7 @@
# Fail2ban - automatic IP banning
services.fail2ban = {
enable = true;
maxRetry = 3;
findtime = 600;
maxretry = 3;
bantime = 3600;
banaction = "iptables-multiport";