It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years agoVisual Studio Code remote development server and 1Password ssh config
On macOS, I have 1Password 8 installed and 1Password 8 CLI v2.
I have git installed.
I have Docker desktop installed.
I'm using visual studio code with the remote development extension. http...
floris_1P
1Password Team
4 years agoThe VS Code Remote Development Extension for Docker Desktop should automatically forward the agent. But I'm guessing it only supports SSH_AUTH_SOCK
.
Could you try quitting VS Code and launching it again from your terminal with SSH_AUTH_SOCK
set?
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
code .
- manski9 months agoNew Contributor
I've created an issue for this: https://github.com/microsoft/vscode-remote-release/issues/10697
Let's see how this goes.