5 ms·
While most guides/books on initial setting up sshd explain the usual stuff - e.g.: allow only key auth, no root ...etc. Changing ssh port from standard (I lite
by techcode 9y ago
While most guides/books on initial setting up sshd explain the usual stuff - e.g.: allow only key auth, no root ...etc.
Changing ssh port from standard (I literally forgot, is it 22?) to something else is one of those things you pick up in the field.
Usually only once you actually had to maintain production servers. And hopefully before some of the fancy things (e.g.: port-knockers) failed and locked you out :)
Changing port is super simple to configure and yet it cuts out 99.9% of noise (if not 100%) from brute-force attempts that otherwise might make you ignore alarms ...