How to authorize your SSH key on cPanel

  1. Login to cPanel and search for SSH :

    or scroll down and find the 'SSH Access' option:

     

  2. Click on 'Manage SSH Keys':


  3. Click on 'Import Keys' :


  4. Give your SSH key a name, and fill in the public key  ( do not add your private key on the server )



  5. Once imported, it's visible but still 'not authorized';
    To change that, click on 'Manage'


  6. Click 'Authorize' to allow this SSH key to be used;


  7. Your ssh key is now authorized !

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Configure your SSH for GIT

You may ease up the use of SSHing to your git repo by configuring your SSH.  To do so,...

Force your SSH client to use password authentification

From time to time, you may need to force SSH client to use password authentication instead of...

How to create a SSH key set

If your SSH server is visible over the Internet, you should use public key authentication instead...

Configure your SSH client on Apple

You may ease up the use of SSHing to your server by configuring your SSH client.  To do so,...