|
|
|
|
|
by lamnk
1731 days ago
|
|
The first thing i do on a new remote box is to move SSH to another non-standard port other than 22. I use the same port for every remote boxes I have. Then add that port into `.ssh/config` on local box. Second is to disable root login. Third is to copy my private key over and disable password login. 3 essential steps to secure SSH. |
|
[0]: https://docs.freebsd.org/en/books/handbook/firewalls/#firewa...