12 lines
269 B
Django/Jinja
Executable File
12 lines
269 B
Django/Jinja
Executable File
[DEFAULT]
|
|
# Disable backend = auto as a Debian workaround
|
|
# https://github.com/fail2ban/fail2ban/issues/3292
|
|
backend = systemd
|
|
logtarget = SYSTEMD-JOURNAL
|
|
|
|
[sshd]
|
|
#mode = normal
|
|
port = {{ ssh_port }}
|
|
logpath = %(sshd_log)s
|
|
backend = %(sshd_backend)s
|
|
enable = true |