mirror of
https://gitlab.com/garagenum/greg/fail2ban.git
synced 2025-04-19 19:21:38 +02:00
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
[DEFAULT]
|
|
|
|
ignoreip = 127.0.0.1/8 IP
|
|
bantime = 3600
|
|
findtime = 3600
|
|
#mta = mail
|
|
#destemail =
|
|
#sendername = Fail2BanAlerts
|
|
#action = %(action_mwl)s
|
|
|
|
[ssh]
|
|
|
|
enabled = true
|
|
port = SSH_PORT
|
|
filter = sshd
|
|
logpath = /var/log/auth.log
|
|
maxretry = 3
|
|
bantime = -1 |