1Password SSH-Agent Support
See original GitHub issueIs this a similar or duplicate feature request?
- No.
Is your feature request related to a problem? Please describe. I can’t get vscode-sftp to connect over SFTP using the 1Password SSH Agent
Describe the solution you’d like Please add support for (or let me know how to configure) 1Password’s great new SSH Agent on Windows 10/11
Describe alternatives you’ve considered
I’ve tried the following, setting "agent"
to "\\\\.\\pipe\\openssh-ssh-agent"
, but it just gives me an error stating “Error: Cannot parse privateKey: Encrypted OpenSSH private key detected, but no passphrase given”
"agent": "\\\\.\\pipe\\openssh-ssh-agent",
As far as I can tell, 1Password takes over from the OpenSSH agent on Windows 11, I have managed to get it working great in Windows Terminal using ssh
/ssh-add -l
and on GitHub Desktop.
Am I using the wrong value for "agent"
? Could you give us a list of valid agents we can use?
Thanks!
Does this project help you?
- Yes. SFTP IS AWESOME!
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:7
Top GitHub Comments
this sounds awesome, I didn’t know 1password had an SSH agent! Now I do, I want this!!!
Omg this would be AMAZING yes please!!