|
|
|
|
|
by tuzakey
4618 days ago
|
|
Its kinda silly to move the port, a targeted attack is going to start with an portscan of you box, the attacker is going to say "oh what’s this here on port 2222?" and promptly discover that its ssh listening on a high port. Port knocking would make that discovery less likely I suppose but its still all treating a symptom of a bigger problem. So why not solve the problem with something a little more proactive like turning off password auth and go for sshkeys only. Maybe toss in something like fail2ban if you want to interrupt kiddies scanning your boxen. That said high port ssh can be nice if you're frequently on restrictive networks and getting out on port 22 is impossible. edit(spelling) |
|