Updated on May 11, 2018
The Quick Access options provided in the Client area which were used in making of this tutorial will soon be discontinued. To see how to do this and more visit our How to Manage SSH Keys cPanel tutorial.
SSH (Secure Shell) is a network protocol that provides the user with a secure connection to a network. However this method requires a Key that makes the connection encrypted and a client like PuTTY to access the network with the key.
There are two types of algorithms with which you can generate SSH Keys - RSA and DSA. The RSA is and encrypt/decrypt method and is based on the factoring principle while the DSA is a singing/verification method based on the discrete logarithm principle. DSA keys are slower in encryption but faster in decryption while RSA keys have it in reverse.
The other factor you must consider is the bit length. More bits equal stronger but slower encryption/decryption. Although in most cases the extra time is points of a second. You will be able to choose between 1024bit, 2048bit and 4096bit.
Recent news of 1024bit keys being cracked in 100 hours and official security standards emphasizing on the vulnerabilities of such keys has led most users to switch to 2048bit and 4096bit keys (some applications do not work with 4069bit keys). On theory both methods are secure but most users nowadays prefer 2048bit/4096bit RSA keys.
To access the SSH Access menu for your hosting account, you will need to navigate to the Products → My Products section of your client area.
Now select the product/plan for which you want to activate SSH and open the View Details → View Details section.
Now select SSH Access from the list of options.
Click on the Create button to create a new SSH key.
A new window will open with the configuration of the key which you must setup:
Click on the Create button when you are ready to proceed.
As Keys work in pairs you will have a new public and private key being created with the same name. You will need to authorize the Public key for the Private key you want to use.
Click on the Checkmark icon to authorize the key and click the Confirm button when you are prompted.
You will also have to change the format of the SSH key to Putty Private Key (.ppk
) as PuTTY only works with this file format. To do this, click on the key icon for the private key.
Type the SSH Key password and click on the Convert button to change the file format.
Now download the private key to your local computer by clicking on the download icon.
Next you will have to open PuTTY, configure a new session and navigate to the SSH → Auth section where you can browse for the key file on your local computer and click open.
To save this setting so you can use the key every time, go to the Session section and save the session's configuration.
To import a key, you will need to click on the Import button in the main SSH Access menu.
You will have to Provide a Key Name for this new key, the Key's Password and the Private Key itself, so the system can reverse-generate the public key and add both of them to your account, for easy management.
Congratulations, now you can fully manage the SSH Keys for your account.