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
Hi!
I'm trying out this cool utility for the first time.
Running it locally, I'm having trouble connecting to any of my ssh hosts from my config, as there seems to be an issue using my passphrases to decrypt the ssh key. And that even though I have an ssh agent configured(I also have IdentityFile settings on those hosts in my ssh config).
{"err":"failed to setup a authentication method: failed to parse private key: \"/home/drpyser/.ssh/id_drpyser\": x509: decryption password incorrect","level":"warn","msg":"root cause","time":"2024/01/10 19:51:26"}
{"err":"failed to setup a authentication method: failed to parse private key: \"/home/drpyser/.ssh/id_rsa\": x509: decryption password incorrect","level":"warn","msg":"root cause","time":"2024/01/10 19:58:52"}
I can verify my passphrases are working otherwise.
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying out this cool utility for the first time.
Running it locally, I'm having trouble connecting to any of my ssh hosts from my config, as there seems to be an issue using my passphrases to decrypt the ssh key. And that even though I have an ssh agent configured(I also have
IdentityFile
settings on those hosts in my ssh config).I can verify my passphrases are working otherwise.
The text was updated successfully, but these errors were encountered: