Forum Discussion

smfelsher's avatar
smfelsher
New Contributor
2 years ago

VSCode dev container and SSH

I am trying to use my SSH keys, which are stored in 1Password, in a dev container launched within VSCode. Here is my ~/.ssh/config ``` Gitlab Host gitlab.com HostName gitlab.com ...