There are two ways of authenticating to a server with SSH: user/password based authentication (which is now by many considered outdated and insecure) and key pair based authentication. Let’s start from the legacy one and build up to the modern way of doing things:
Username and Password Based Authentication

In this version, all you will need to to connect to your server is to run
Continue reading
