pfbernardo1976
17 days agoNew Contributor
1Password SSH keys with WSL
Hi everyone,
I have 1Password 8.10.76 installed on a windows 11 pro OS. I have several ssh keys stored in it including 1 to use in git repositories. I'm using WSL (Ubuntu) to develop code. I did all the instructions to setup SSH agent and its integration with https://developer.1password.com/docs/ssh/integrations/wsl.
I have git working properly. The issue comes with 3rd party solutions that I install in WSL (Ubuntu). I have a 3rd party cli that has to use ssh and internally it uses SSH_AUTH_SOCK env variable get the ssh keys. The problem is that I have that env variable empty in the wsl (Ubuntu).
Probably I'm missing some step but cannot figure out what. Can someone help me?
Thank you