Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • this is nice and thorough, would you recommend changing the ssh port away from it's default 22 beforehand or is this unnecessary? Commented Oct 30, 2015 at 7:54
  • 1
    If you change it to a port outside the standard range, ie high port number, it will be more hidden. Personally, I like using the standard ports. If you plan to use the same computer to access the "SSH Server" you can deshabiliar authentication by username and password and use RSA _authentication system. Another security measure is to disable the _root login over SSH. Commented Oct 30, 2015 at 10:40