Skip to content
Discussion options

You must be logged in to vote

Well, turns out it's all about step 1:

  1. It cannot be done via UI since it must not have a password/passphrase, as confirmed by GitHub and by cPanel.
  2. It must not be named anything other than the default id_rsa/id_rsa.pub (also see here).
    The thing is cPanel does point to using Terminal for this...only to give incorrect instructions to rename it, which fails the whole process.

In other words, step 1 must be:

  1. Open cPanel's Terminal and type ssh-keygen -t rsa -b 4096.

Note it's not just removing -f filename, but there's also no need for -C "username@example.com" since the Terminal way adds it automatically anyway.

The rest of the steps remain the same.

Of course, this limitation of only 1…

Replies: 3 comments 21 replies

Comment options

You must be logged in to vote
20 replies
@heavent8
Comment options

@pj8912
Comment options

@achawayne3031
Comment options

@pj8912
Comment options

@Prince25
Comment options

Answer selected by lwcorp
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AfonsoQ11
Comment options

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