17 lines
279 B
Django/Jinja
17 lines
279 B
Django/Jinja
# This file is managed by Ansible. Do not edit manually.
|
|
|
|
[DEFAULT]
|
|
ignoreip = 127.0.0.1/8 ::1
|
|
bantime = 86400
|
|
findtime = 600
|
|
maxretry = 3
|
|
banaction = iptables-multiport
|
|
backend = systemd
|
|
|
|
[sshd]
|
|
enabled = true
|
|
port = ssh
|
|
logpath = /var/log/auth.log
|
|
maxretry = 3
|
|
bantime = 86400
|