Files
security/fail2ban/jail.d/sshd.conf
2026-04-05 16:45:12 +08:00

12 lines
177 B
Plaintext

[sshd]
enabled = true
port = 22
filter = sshd
maxretry = 3
findtime = 60
#bantime = 86400
bantime = 7d
action = iptables-multiport
logpath = /var/log/auth.log
backend = polling