tsoHost Help Centre

Table of Contents

How to connect through SSH

Updated Oct 31st, 2017 at 11:32 GMT

SSH is a command line interface for management of your website files and applications. 

Setup

If you’re on Mac or any Linux distribution, you already have a built-in terminal that can be used for the SSH connection. To bring it up press Ctrl+Alt+T. This is what your terminal should look like: 

Mac/Linux SSH terminal

For Windows users, you’re just one application download away from having everything needed for an SSH connection. You’ll need to download the application Putty which is widely regarded as the best and simplest SSH client. You can download it from the following website and then run the .exe file:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Login Credentials

Now that you have an SSH tool set up, you need to enter the correct login credentials.

If you are using our Cloud platform you will need to enable SSH, by carrying out the following steps:     

  1.  Navigate to https://control.gridhost.co.uk and log in
  2. Click on ‘Manage Websites’, and then on your domain name     
  3. Click on ‘Secure Shell’ (which is what SSH stands for)
  4. Click on ‘Click here to Activate SSH’Activate SSH Account
  5.  Wait up to 5 minutes for the credentials displayed to become active. You’ll need these credentials in the next step

 Connecting

We are ready for the final step – the actual connection. Depending on if you are using the Mac/Linux terminal or Putty, you can connect by:

    Mac/Linux:

You will just need to type the following in the terminal:

    ssh username@server  -p port

An example connection on the Cloud would be:

    ssh myuser@shell.gridhost.co.uk -p 22

Then you will just need to type ‘yes’ if you are prompted to confirm the connection and enter your password.

Windows (Putty):

For Putty, you will just need to enter the server hostname in the ‘Host Name’ field, and the port under ‘Port’:

Windows putty SSH connection

You will then just need to click ‘Open’, and will be prompted for the 'Username' and 'Password'.