Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save junaidulqayyumqureshi/b7501dfb35d3ff7fa132cafa0fd95b71 to your computer and use it in GitHub Desktop.
Save junaidulqayyumqureshi/b7501dfb35d3ff7fa132cafa0fd95b71 to your computer and use it in GitHub Desktop.
SSH Access Cpanel
Source: https://www.a2hosting.com/kb/cpanel/cpanel-security-features/configuring-ssh-keys-with-cpanel
Step 1:
Generate SSH key from cpanel > ssh access > generate new key (id_rsa)
@junaidulqayyumqureshi
Copy link
Author

Source https://www.a2hosting.com/kb/cpanel/cpanel-security-features/configuring-ssh-keys-with-cpanel
Step 1
Generate SSH key from cpanel > ssh access > generate new key (id_rsa)

Step 2
Manage private key and convert it to ppk format. Download it and save some where.

Step 3
Import that ppk in putty > category (ssh) > auth and browse for that ppk file

Step 4
Now user name matters, keep in mind that user that you are trying to connect through putty can be other than root.
Goto file manager and see what it says with /home/{username}
This is your username where .ssh directory exists with authorized_keys file in it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment