mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 12:59:26 +00:00
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
[sshd]
|
|
|
|
# To use more aggressive sshd modes set filter parameter "mode" in jail.local:
|
|
# normal (default), ddos, extra or aggressive (combines all).
|
|
# See "tests/files/logs/sshd" or "filter.d/sshd.conf" for usage example and details.
|
|
#mode = normal
|
|
enabled = true
|
|
port = ssh
|
|
bantime = 36000000
|
|
findtime = 36000
|
|
maxretry = 2
|
|
sender = fail2ban@sectorq.eu
|
|
destemail = jaydee@sectorq.eu
|
|
ignoreip = 192.168.77.0/24 87.197.162.37
|
|
backend = systemd
|
|
action = %(action_mwl)s
|
|
banan |