Disable all default fail2ban jails, not just sshd

Use [DEFAULT] enabled = false to disable all inherited jails globally.
The previous fix only disabled sshd, but sshd-ddos (and potentially
others) also fail looking for missing log files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-03 08:31:39 -08:00
commit 771507e489

View file

@ -1,5 +1,5 @@
# Disable the default sshd jail — no SSH server in this container
[sshd]
# Disable all default jails — this container has no SSH, mail, etc.
[DEFAULT]
enabled = false
[forge-login]