What part of the Fail2Ban configuration is wrong?
by Jason.nix from LinuxQuestions.org on (#6JX1J)
Hello,
The SSH part of Fail2ban is as follows:
Code:[sshd]
enabled = true
port = 22
logpath = /var/log/ssh-fail2ban.log
backend = %(sshd_backend)s
maxretry = 2
findtime = 10
bantime = 4wI connected to the host and entered the wrong SSH password a few times, but I was not blocked. Why?
Thank you.
The SSH part of Fail2ban is as follows:
Code:[sshd]
enabled = true
port = 22
logpath = /var/log/ssh-fail2ban.log
backend = %(sshd_backend)s
maxretry = 2
findtime = 10
bantime = 4wI connected to the host and entered the wrong SSH password a few times, but I was not blocked. Why?
Thank you.