fail2ban: fix config; forgejo: repository path and persistency

This commit is contained in:
William 2025-11-09 16:57:17 -03:00
parent 5906fa6f36
commit 8e491dbe5e
3 changed files with 15 additions and 31 deletions

View file

@ -14,7 +14,7 @@
port = "ssh";
filter = "sshd";
logpath = "/var/log/auth.log";
maxretry = 5;
maxretry = 3;
findtime = "10m";
bantime = "1h";
};