How to connect to a Linux server using SSH (Linux)

If you’re using Linux on your home/office computer, and wish to connect to another Linux host, open the terminal and execute the following
command:
$ ssh $Username@$IPAddress
If the host is online and accepting connections, you’ll see the following output:

Linux ssh access

Then, enter your server user’s password (the user is “root” by default) and you’ll successfully connect.

enter root password