How to Enable SSH for Cloud VPS on Windows

You can establish an SSH connection using the PuTTY SSH client. You can download PuTTY for free from this URL.

First, make sure that the SSH option is enabled for the corresponding VPS account. Detailed instructions can be found in the Hostlantern's WHM tutorial.

The SSH keys should be generated and converted with puttygen.exe as explained in the Hostlantern's SSH tutorial.

Next you will have to load the private key you have already converted. You can do so via pageant.exe program which can be downloaded from this URL. If you have generated your key with a passphrase, you will be asked for it.

Then you start putty.exe and enter the connection details in the Session category:

Host Name (or IP address) - here you should enter the host/IP of your VPS.

Port - the port for the connection

Protocol - you should select SSH

Enter the details and click on Open to establish the connection. You will be asked for a username. This is the same as your cPanel username. Enter it and you will be logged in using the SSH key pair.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to log in to my Hostlantern shared account via SSH in Linux?

First you should generate an SSH key pair on your Linux distribution. Alternatively, you can...

How to log in to my Hostlantern shared account via SSH using PuTTY?

Please note that due to our security policy, we don't use the default SSH port. Please use port...

How to log in to my Cloud hosting/VDS via SSH using PuTTY?

The following instructions are valid only for Hostlantern customers. If you are not a Hostlantern...

How to Enable SSH for Cloud VPS on Linux

First you need to generate SSH key pair for your connection. Under Linux you can do so using the...

How to log in to an account via SSH in Linux?

All you need to do to initiate an SSH connection in Linux is open a shell prompt and execute...