Passphrase for /root/.ssh/id_rsa required with provided deploy ssh private key #10
Unanswered
artemosuskyi
asked this question in
Q&A
Replies: 1 comment
-
I got this issue before, I solved it by including all of the private key including the beginning and end OPENSSH comments in the private key:
Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's my github action
When it comes to executing this job, it fails after trying to enter a pass for
/root/.ssh/id_rsa
My private ssh is listed in
authorized_keys
inside my VPS where this user is defined. The key however was generated not as rsa but as ed_25519Beta Was this translation helpful? Give feedback.
All reactions