Hi All,
Below are the steps how to connect to a server via SSH with various operating systems.
Windows OSQuote
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 OSTo 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 OSTo 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...!!!