[sshd]
enabled = true
[sshd]
enabled = true
port = ssh
filter = sshd
logpath = /var/log/auth.log
maxretry = 2
banaction = iptables-allports
bantime = 3600
ignoreip = 127.0.0.1/8 your_ip_address
logpath = /var/log/auth.log
logpath = journal
backend = systemd
[sshd]
enabled = true
port = ssh
filter = sshd
logpath = journal
backend = systemd
maxretry = 2
banaction = iptables-allports
bantime = 3600
ignoreip = 127.0.0.1/8 your_ip_address
So, even this configuration is no more valid?I'm not sure that you read all. Maybe it's not the best way, but I personally separate jails in different files in "jail.d" folder. Read again that way I write and do it step by step. In my case, this is Debian 12 from the official Proxmox iso. After completing all the steps I described above, restart fail2ban. I recommend you to set "bantime =" to 180seconds "bantime = 180" for testing. If your IP is in "ignoreip =" you can not ban yourself.
I believe when backend=journal, logpath is redundant.So, even this configuration is no more valid?