On Fri, 15 Mar 2024 14:59:49 - (UTC)
Curt wrote:
> I guess it's this old bug:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770171
Yup, thank you. I added the following stanza to
/etc/fail2ban/jail.d/curley.conf:
[sshd]
backend = systemd
(The "enabled" pair is already given in defaul
I have fail2ban working for sshd on Bookworm. My jail.local file looks like
this:
[sshd]
bantime = 2d
enabled = true
mode = extra
port =
filter = sshd[mode=aggressive]
backend = systemd
journalmatch = _SYSTEMD_UNIT=ssh.service + _COMM=sshd
maxretry = 1
findtime = 300
On 2024-03-14, Charles Curley wrote:
> I'm trying to set fail2ban up on bookworm. It refuses to run with the
> default configuration (sshd only), reporting:
I guess it's this old bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770171
> Failed during configuration: Have not found any log f
On Thu, 14 Mar 2024 22:27:36 +
Andy Smith wrote:
> I think you want to set "backend = journald" in
> /etc/fail2ban/jail.conf or its usual local override, but I have not
> tested this as I still use rsyslogd.
Thanks, but no cigar. I also tried setting backend to systemd (as noted
in man jail.
Hi,
On Thu, Mar 14, 2024 at 04:01:54PM -0600, Charles Curley wrote:
> I'm trying to set fail2ban up on bookworm. It refuses to run with the
> default configuration (sshd only), reporting:
>
> Failed during configuration: Have not found any log file for sshd jail
I think you want to set "backend
I'm trying to set fail2ban up on bookworm. It refuses to run with the
default configuration (sshd only), reporting:
Failed during configuration: Have not found any log file for sshd jail
Near as I can figure, fail2ban expects sshd's log file to be
/var/log/auth.log. Which does not exist on my tar
6 matches
Mail list logo