How do I connect to my VPS via SSH?

 

SSH (Secure Shell) is a network protocol used for secure data communication between a server and a client (You) to perform actions such as command-line login and authentication, remote command execution, and even data transfer. So in order to keep the communication between you and a server secure from the preying eyes of hackers, there are programs that implement SSH protocols mainly by using strong encryption methods to help you achieve that.

To connect to your server using SSH you will first need to download an SSH program, we would suggest PuTTY which is the most popular one for windows.

You can download putty here. You can then install it like you would any other program. Once the install is finished, launch PuTTY and a configuration window will appear.

In the configuration window you will be able to enter in the information to connect to your server. For Hostname (or IP address) give the IP
address of your server, Connection type is to be set to SSH and the port set to 22. From here click Open.#
When you first connect to the server you will likely received a security warning, this is normal, click Yes on this message. This should only occur
during your first connection. You will now be connected to the server but you will need to finish logging in. In the terminal that has opened you
will be asked “Login as” this is the username you’re using to login and by default it will be root . Click enter and you will then be asked for your
password, this is the password for the VPS and if you’re using cPanel, it will be the same as the WHM password. Enter the password in here. Please
note PuTTY will not function the same as most application, if you’re looking to paste the password in your will simply need to right click as
opposed to using Ctrl+V. You will now be logged in to the VPS.

 

If you have any questions on the above, please do not hesitate to 'Open a Ticket' and we will be happy to advise further.

  • #vps, #ssh, #access, #connect
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to create a new cPanel account in my VPS

To create a new cPanel account on your VPS, you can do this via the WHM. First, you will need to...

How do I unblock myself on my VPS?

  If you become blocked on your virtual machines firewall, you will not be able to unblock...

How do I reset the root password for my VPS?

To reset the root password for your VPS, please see the following steps: Login to your Client...

How to fix your VPS server when it goes OOM (Out Of Memory)

  Once your server runs out of memory (‘goes OOM’), the only way to fix this is to reboot it....

My VPS server is unresponsive, what do I do?

If your server is unresponsive, it is possible that it has run out of memory (‘gone OOM’). Please...