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
What did you expect to occur after running these commands?
After running ssh-add, I expected to be prompted for my key password and for it to add my key. After running ssh-add -l, I expected to see my key listed.
What actually happened instead?
After running ssh-add and entering my key password, it responds Could not add identity "C:\Users\me/.ssh/id_ed25519": invalid format. After running ssh-add -l, it responds error fetching identities: invalid format. The key files are definitely there. It should be noted that when I run these commands in the Windows Command Prompt they are successful. I confirmed that ssh-add refers to the same program in both environments (i.e., C:\Windows\System32\OpenSSH\ssh-add.exe). The only thing I can think of is that the key was generated before I switched to using Windows SSH.
If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
The text was updated successfully, but these errors were encountered:
Setup
2.47.1.windows.1, 64-bit
Windows 11, 64-bit
defaults?
to the issue you're seeing?
Details
Windows Terminal
Minimal, Complete, and Verifiable example
this will help us understand the issue.
After running
ssh-add
, I expected to be prompted for my key password and for it to add my key. After runningssh-add -l
, I expected to see my key listed.After running
ssh-add
and entering my key password, it respondsCould not add identity "C:\Users\me/.ssh/id_ed25519": invalid format
. After runningssh-add -l
, it respondserror fetching identities: invalid format
. The key files are definitely there. It should be noted that when I run these commands in the Windows Command Prompt they are successful. I confirmed thatssh-add
refers to the same program in both environments (i.e., C:\Windows\System32\OpenSSH\ssh-add.exe). The only thing I can think of is that the key was generated before I switched to using Windows SSH.URL to that repository to help us with testing?
The text was updated successfully, but these errors were encountered: