Fail2ban
Fail2ban is a security service that monitors the logs of common services (usually sshd and nginx). It uses a filter to identify an abnormality, then passes the IP address of the intruder to a firewall program (iptables or ufw, commonly). Files and configuration Install Fail2ban with sudo apt install fail2ban. The context for this configuration ... Read more