Stop SSH bruteforce with endlessh
Endlessh is an open source SSH trapit. It send slow random banner string to attacker, wasting their time. Before you install endlessh, you need to change your SSH port to a higher non default port. To do this edit vi /etc/ssh/sshd_config Find Port 22 Replace with Port YOUR_NEW_PORT_HERE If the line is commented with #, … Read more