MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: kunal.m on June 13, 2016, 12:46:51 PM

Title: How To Connect Server Via SSH
Post by: kunal.m on June 13, 2016, 12:46:51 PM
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...!!!