If you're using Windows, you'll need to download an SSH Client to access SSH.
This guide uses PuTTY which is a free SSH client and can be downloaded here:
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Once you have downloaded PuTTY, search for and open PuTTY Key Generator (Puttygen) on your computer.
- Select Generate and move the mouse around in the gray box to generate some Randomness. This will generate a public key.
- Add a passphrase (password). This is what you'll need to put into the command line interface.
- Log in to StackCP, head to SSH Access from under the Security section.
- Then input the public key that was generated from PuTTYgen into the Public Key box. A handle will be generated automatically. Then select Add Public Key.
- Head back to PuTTYgen and select Save private key. Save this as any name you want.
- Open PuTTY. Down the left-hand side, select to expand the SSH menu and then select Auth->Credentials.
- Select Browse and add the private key you have just saved into "Private key file for authentication" .
- Head back to Session using the left-hand menu and add the host name. For the hostname use ‘ssh.us.stackcp.com’. Then, once that has been added, select Open.
- The command line interface will be shown. Then log in with your domain (e.g. domain.co.uk).
- You'll then be prompted for the passphrase that you set earlier. Enter this.
- You'll now have access to SSH for your site.