News:

SMF - Just Installed!

Main Menu

How To Connect Server Via SSH

Started by kunal.m, June 13, 2016, 12:46:51 PM

Previous topic - Next topic

kunal.m

Hi All,

Below are the steps how to connect to a server via SSH with various operating systems.

Windows OS

Quote
1. Download WinSCP or PuTTY.
2. Enter your IP address and the appropriate port number.
3. Click on Open.
4. Log in with your cPanel username and password
Note: Dedicated and VPS customers have the option of logging in with the root WHM username and password.

Linux OS

To connect to the server via SSH, run the following command from a terminal:
Quotessh  cpanelUser@Ipadress -p 22

Replace cpaneluser with your username; and  replace Ipaddress with your IP address.

Mac OS

To connect to the server via SSH, run the following command from a terminal:
Quotessh  cpanelUser@Ipadress -p 22

Replace cpaneluser with your username; and  replace Ipaddress with your IP address.

That's All...!!!