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 ae6d46012b
3 changed files with 25 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";
};