All about shell Print

  • 0

Generate SSH Key

  1. Login to your cpanel account: mywebsite.com/cpanel
  2. Select SSH/Shell Access
  3. Select Manage SSH Keys

From here, you can either select 'Generate a New Key' or 'Import Key' (Note: RSA keys yield a faster confirmation of identity, while using DSA keys will speed up key generation and signing times)

You will need to now activate the key:

  1. Select the Manage Authorization link for the Public key you wish to authorize
  2. Select Authorize Button

Your Access Key is now ready for use. 

Download SSH .PPK File

  1. Login to your cpanel account: mywebsite.com/cpanel
  2. Select SSH/Shell Access
  3. Select Manage SSH Keys
  4. Select View/Download for the Public Key you wish to download
  5. Select Download Key button

SSH With Putty (Windows)



Assuming you already have Putty downloaded. (Note: This guide is for the standard Putty program)

You will need an SSH Key generated from earlier steps.

Lets get started:

  1. Open Putty Client
  2. In 'Basic Settings' Input your Host Name (website.com) or ip.
  3. You should receieve an login auth, put your cpanel user name
  4. Now, it will ask for your passphrase created for your key(.ppk) to sign in.  <- If you don't know how to import key into putty, search on google ;)
  5. You're logged in your jailed SSH :)

Was this answer helpful?

« Back