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...
nbaileyMA
2 years agoNew Contributor
I had previously set it up the way it was described in that link, but I undid all of that after the latest release.
1Password for Windows 8.10.22 (81022040)
I followed the instructions here, which it sounds like you already did. https://developer.1password.com/docs/ssh/integrations/wsl/
But with that, everything worked for me in the dev containers. Running ssh-add -l
within my dev container lists my keys from Windows. Are you launching right into the dev container? Or do you open the workspace in WSL first?
My environment specifically is:
- Windows 11 (23H2)
- WSL2 (Ubuntu 22.04)
- VSCode
When I open WSL, I take the following steps:
- cd to directory of my repo
- code .
- When VS Code opens it prompts me to authorize 1Password via Windows Hello
- Once that's done, then I Reopen in Container
from VSCode's command window (Ctrl-Shift-P)
- When I run ssh-add -l