From 14495c3dc5a2adaebd88903fc7d9e85518e85a72 Mon Sep 17 00:00:00 2001 From: Itiligent <94789708+itiligent@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:56:13 +1000 Subject: [PATCH] workaround for for Bookworm syslog changes --- guac-optional-features/add-fail2ban.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guac-optional-features/add-fail2ban.sh b/guac-optional-features/add-fail2ban.sh index e43419f..200ddc5 100644 --- a/guac-optional-features/add-fail2ban.sh +++ b/guac-optional-features/add-fail2ban.sh @@ -104,6 +104,10 @@ destemail = yourname@example.com sender = yourname@example.com action = %(action_mwl)s ignoreip = + +[sshd] +backend=systemd +enabled = true EOF # We need to discover all interfaces to ascertain what network ranges to add to fail2ban "ignoreip" policy override defaults