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
1 |
vi /etc/ssh/sshd_config |
Find
1 |
Port 22 |
Replace with
1 |
Port YOUR_NEW_PORT_HERE |
If the line is commented with #, uncomment it. Now […]