Sharing SSH keys #124
Unanswered
leocavalcante
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi 👋 The Feature would not help to share the SSH keys, however, you'd need to mount them. See one such example of {
....
"mounts": ["source=/path/to/.ssh,target=~/.ssh,type=bind,consistency=cached"]
}
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It this ok?
https://github.com/opencodeco/phpctl/blob/main/.devcontainer/devcontainer.json#L9-L12
Doesn't feel right to me.
It this the way to share SSH keys inside the container so I can use
gitand VSCode's Source Control?Or there is a proper way to do that?
Beta Was this translation helpful? Give feedback.
All reactions