The following instructions are valid only for SiteGround customers. If you are not a SiteGround customer, you can check our general SSH instructions for more information on how to connect to an account via SSH.
First you should generate an SSH key pair on your Mac OS.
Then you need to load your private SSH key using the following command:
1
2
3
|
user@localhost:<strong>ssh-add id_dsa</strong>
Enter passphrase forid_dsa:
Identity added:id_dsa(id_dsa)
|
The passphrase is the same as the one you have set during the generation of the SSH key.
Then you should initiate an SSH connection:
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 SiteGround, 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 - here you should enter 18765;
Press "Enter" and if everything has been set up properly, you will establish an SSH connection to your dedicated server.
You need help managing your dedicated server? We got it! SiteGround experts not only write helpful articles, but also manage the servers for our clients so they don’t have to read articles like this one.Learn more.