How do I connect to my server using SSH?
Important
Notes:
This article will instruct you on how to connect to your servers command line interface, also known as SSH.
Getting Started:
-
First, you'll need to download PuTTY.
PuTTY is a simple program that connects to your server so that you
can issue commands via the command line. You can download PuTTY
here:
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
- Once downloaded, open PuTTY up and put your servers IP address in the "Hostname IP address" field:

- Set the protocol to SSH and type '22' into the port box. (your port may not be 22, if you are using any other port than 22 simply input the port # into the box)
- Click 'Open'
- At this point it will ask you to accept a security key. Click 'Yes' to accept the host key.

- Now you will see a black box requesting a username. In most cases the username will be 'root'. Input the username and then press the 'enter' button.
- Now it will request the password for the user that you're attempting to log in as. This will be the password that we sent you in the welcome email. (As you type the password, nothing will display on the black screen as you type. It will look like nothing is being typed into the box, this is normal and your password is in fact being typed into the box)

- You should now be connected to your server via SSH, you can now issue commands to your dedicated server.
Related Articles
No related articles were found.
Attachments
No attachments were found.
Visitor Comments
No visitor comments posted.
Post a comment
Post Comment for "How do I connect to my server using SSH?"
To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.