Files
portfolio/enterprise-infra-simulator/roles/base_provision/templates/jail.local.j2
T

15 lines
191 B
Django/Jinja
Raw Normal View History

# fail2ban configuration
[DEFAULT]
bantime = 3600
findtime = 600
maxretry = 5
[sshd]
enabled = true
port = {{ ssh_port }}
logpath = /var/log/auth.log
maxretry = 3
[recidive]
enabled = true