11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
# /etc/fail2ban/jail.local
|
|
[DEFAULT]
|
|
banaction = ufw
|
|
bantime = 1h
|
|
findtime = 10m
|
|
maxretry = 5
|
|
|
|
[sshd]
|
|
enabled = true
|
|
backend = systemd
|