Alpine ships alpine-ssh.conf with sshd and sshd-ddos jails enabled. These fail on startup because there's no SSH server or /var/log/messages in the container. Remove the file after install instead of trying to override via [DEFAULT] (per-jail enabled=true beats DEFAULT). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
162 B
Text
8 lines
162 B
Text
[forge-login]
|
|
enabled = true
|
|
filter = forge-login
|
|
logpath = /var/log/nginx/access.json.log
|
|
maxretry = 5
|
|
findtime = 600
|
|
bantime = 3600
|
|
banaction = nginx-deny
|