mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00: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]
|