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

smfelsher's avatar
smfelsher
Occasional Contributor
9 months 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 ...