homeserver/roles/mgrote.fail2ban/templates/jail.local

24 lines
483 B
Plaintext
Raw Normal View History

2020-08-18 11:57:53 +02:00
[DEFAULT]
ignorself = true
ignoreip = 127.0.0.1/8 ::1
bantime = {{ f2b_bantime }}
findtime = {{ f2b_findtime }}
maxretry = {{ f2b_maxretry }}
# Mail Reporting
destemail = michael.grote@posteo.de
sender = michael.grote@gmail.com
# to ban & send an e-mail with whois report to the destemail.
#action = %(action_mw)s
# same as action_mw but also send relevant log lines
action = %(action_mwl)s
# JAILS
[sshd]
enabled = true
port = ssh
filter = sshd
logpath = /var/log/auth.log