crazy-max / docker-fail2ban

Fail2ban Docker image
MIT License
653 stars 80 forks source link

Add Debian-based image for systemd backend #175

Open ttionya opened 2 weeks ago

ttionya commented 2 weeks ago

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.

JMarcosHP commented 1 week ago

+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.

Byh0ki commented 1 week ago

Duplicate of https://github.com/crazy-max/docker-fail2ban/issues/97