mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
13
docker/rootfs/fail2ban/jail.d/sshd.conf
Normal file
13
docker/rootfs/fail2ban/jail.d/sshd.conf
Normal file
@ -0,0 +1,13 @@
|
||||
## Version 2022/08/06
|
||||
# Fail2Ban jail configuration for sshd
|
||||
|
||||
[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 = false
|
||||
port = ssh
|
||||
logpath = %(sshd_log)s
|
||||
backend = %(sshd_backend)s
|
Reference in New Issue
Block a user