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
3 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
3 years ago@agenordebriat So if I understand correctly, you're saying that ssh -T git@github.com
works fine, but ssh -T git@some-host-specified-in-the-ssh-config.github.com
does not? If so, then you should make sure those custom Host
entries in your local SSH config are available in the Docker container's ~/.ssh/config
too, as those won't get 'forwarded' automatically.