Closed ghost closed 1 year ago
I'd like to also mention that the private key at C:\Users\Shawn\.ssh\id_rsa
was automatically assigned and the file has the correct private key.
That is an OpenSSL error. It is happening on pkey.read. I can't really find much about it online.
That is an OpenSSL error. It is happening on pkey.read. I can't really find much about it online.
Re-installing OpenSSL to see if that resolves the issue.
I have high doubts that would help with anything. Could you regenerate the key according to the method describe in the wiki?
ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -m PEM
I have high doubts that would help with anything. Could you regenerate the key according to the method describe in the wiki?
ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -m PEM
This method worked, my mistake was using 1Password's SSH agent to generate an RSA key. Thank you.
While trying to authenticate with
lit
, I was greeted with a new error I haven't seen.