mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 16:15:50 +02:00
conf added
This commit is contained in:
17
roles/fail2ban/files/jail.d/sshd.conf
Normal file
17
roles/fail2ban/files/jail.d/sshd.conf
Normal file
@ -0,0 +1,17 @@
|
||||
[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
|
Reference in New Issue
Block a user