You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, the private key is written to a file where upon trying to add it to the ssh-agent using ssh-add it just says Error loading key "id_processname_rsa": invalid format.
The key appears to be fine to me but I guess I don't know what to look for. This is the format of the key:
I use the ssh-keygen-lite lib to generate the key pair like this:
Then I get the private key:
Finally, the private key is written to a file where upon trying to add it to the ssh-agent using ssh-add it just says
Error loading key "id_processname_rsa": invalid format
.The key appears to be fine to me but I guess I don't know what to look for. This is the format of the key:
Is there something obviously being done wrong? How do I find out what is wrong with the format?
Thanks for any help or direction!
The text was updated successfully, but these errors were encountered: