Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
2 years agoWin11 + 1Password8 -> VSCode -> WSL -> devContainer
I'm trying to set up SSH Key Management in 1Password and use the ss-agent functionality.
I have it properly working on the host Win11 system, I can properly log on to a git server, as well as si...
Speedbird186
9 months agoNew Contributor
nbaileyMA Seems like I am having a similar issue. My setup seems to mirror what you do, except that I don't use SSH to sign into the remote git repo. This means that when I open VS Code in WSL2, I don't get prompted by 1Password.
On the Windows 11 host and in WSL2, I can sign my commits with the key in 1Password. However, in any devcontainer, I can't. The error is:
fatal: cannot exec '/mnt/c/Users/svaelter/AppData/Local/1Password/app/8/op-ssh-sign-wsl': No such file or directory
Indeed, in the devcontainer /mnt/c/...
does not exist (and I don't really expect it to exist). I am not sure what configuration I need to provide in the devcontainer to tell it which sign tool to use.
Yet, like you, ssh-add -l
in the container shows the same keys as on the Windows 11 host.
Thanks for any help!