Error Loading SSH Key #543
-
I'm not too familiar with how Github actions, tokens or ssh keys really work and I feel that I'm possibly inputting the wrong information. I'm receiving an error on this step.
I'm not sure why I'm being denied. I set the repository secret to the ssh private key and added the ssh public key to the deploy keys in the template repository |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @sauld95 and thanks for your question. Reading your description I assume you are using a repository within public github.com. Hmmm 🤔 according your description it seems you are setting everything up in the right way. I can think that e.g. the copied keys are somehow malformed. Currently am not sure (anymore) if needed, but if you have a new line at the end of the keys this could possibly be an issue. (also trim white spaces at the end). Also a theoreticall possibility is that you have used a unsupported. Same for the repo path. Another possibility is that you did not copy the full key. You need to use the full output including the start and end of the key. Reading the error message I assume the ssh key does not have a password. Passwords are not supported. Remark: Hope this helps somehow. Please get back with your result or if it does not work :) |
Beta Was this translation helpful? Give feedback.
Hi @sauld95 and thanks for your question.
Reading your description I assume you are using a repository within public github.com.
Hmmm 🤔 according your description it seems you are setting everything up in the right way.
I can think that e.g. the copied keys are somehow malformed. Currently am not sure (anymore) if needed, but if you have a new line at the end of the keys this could possibly be an issue. (also trim white spaces at the end). Also a theoreticall possibility is that you have used a unsupported. Same for the repo path.
Another possibility is that you did not copy the full key. You need to use the full output including the start and end of the key.
Reading the error message I a…