mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 21:28:15 -05:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
|
## Version 2022/08/07
|
||
|
# Fail2Ban jail configuration for unRAID sshd
|
||
|
# Works OOTB with defaults
|
||
|
|
||
|
# chain set to INPUT to apply bans at the host level
|
||
|
|
||
|
[unraid-sshd]
|
||
|
|
||
|
enabled = false
|
||
|
port = ssh
|
||
|
logpath = %(var_log_path)s/syslog
|
||
|
filter = sshd[mode=aggressive]
|