Content
To connect to your XonHost Cloud hosting account via SSH in Mac OS, please follow these steps:
- You have to generate an SSH key pair in cPanel -> SSH/Shell Access.
- Copy the private key from cPanel and save it into a text file on your Mac OS computer.
- The next step is to load the private key into your SSH-agent using your Terminal (Applications -> Utilities -> Terminal) using the ssh-add command:
1
|
ssh–add /User/youruser/private_key
|
Make sure that you replace /User/youruser/private_key with the location of your private key text file.
Next you will be prompted to type in the key’s password. You need to type the same password that you have placed while generating your keys in cPanel.
Finally, you can connect via SSH. To connect, use the following command in your Terminal:
1
|
ssh USER@HOST_NAME –pPORT
|
Where you replace USER, HOST_NAME and PORT with the following:
USER – your cPanel username.
HOST_NAME – enter the host or IP of the server to which you wish to connect.
PORT – the port for the connection – use 18765
For example, if your cPanel username is user1 and you are hosted on the c80000.sgvps.net server you should execute the following command:
1
|
ssh user1@c80000.sgvps.net –p18765
|
Your cPanel username, server hostname/IP address of your hosting account are all available in your User Area -> My Accounts -> Information & Settings.