Digital Marketing

Configuring a fail2ban jail

sudo vim /etc/fail2ban/jail.local

[sshd]
enabled = true
port = 22,2222
filter = sshd
logpath = /var/log/auth.log
maxretry = 3

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database