-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Debian-based image for systemd backend #175
Comments
+1 for this, currently there is no support for systemd backend and systemd-journald which is needed for sshd on Debian 12 and up to get fail2ban working with ssh to get the failed attempts. |
Duplicate of #97 |
+1 This function is also what we need, and we hope it can be added. |
My workaround for this was to switch to the forked docker image on gitlab, this is my compose.yml file:
Also I enabled syslog to get the ssh logs on the
Then I mounted This is my ssh jail:
|
Description
Hello,
Debian 12 uses journal instead of rsyslog. fail2ban supports enabling journal support by setting
backend=systemd
. However, this project uses Alpine, which does not support the systemd backend.Could you please add a Debian-based image? Thank you.
The text was updated successfully, but these errors were encountered: