How to log in to an account via SSH in Mac OS?

All you need to do to initiate an SSH connection in Mac OS is start your Terminal and execute the following command:

user@localhost: ssh USER@HOST_NAME -pPORT

USER - the user for which you want to establish the SSH connection. If your account is hosted by Hostlantern, this will be the same username as the one you use to log in to your cPanel.

HOST_NAME (or IP address) - here you should enter the host/IP of the server to which you wish to connect;

PORT - the port for the connection;

Press "Enter" and you will be asked for the password for USER. Type the password and press "Enter" again. You will be successfully logged in.

Hostlantern customers can find more information on how to use SSH with their accounts at the links below:

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to load an SSH key in Transmit

In order to load an SSH key in Transmit, the key has to be in either PEM or PuTTY (.ppk) format....

How to Connect to Telnet via Mac Terminal

To connect to a server on its Telnet port via your Mac's Terminal application, you need to follow...

Apple/Mac client-side website checks

Prior to posting a website down ticket from your Help Desk it is recommended to test the...

How to log in to my Hostlantern shared account via SSH in Mac OS?

First you should generate an SSH key pair on your Mac OS. Alternatively, you can generate the...

How to log in to my Cloud hosting/VDS via SSH in Mac OS?

The following instructions are valid only for Hostlantern customers. If you are not a Hostlantern...