-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Consider including details on sharing SSH keys for Git in definitions #135
Comments
This is no longer needed given we have first class support for SSH agent forwarding. |
@Chuxel Sorry! Could you explain in the details what is it First-class support? |
Hi @Chuxel , I think this way is not good enough. Not everybody has Administrator access to run the agent on the Windows host. At the moment trying to copy it with: produce the follow error:
|
What about ssh "known_hosts"? |
While microsoft/vscode-remote-release#106 is the real fix for this issue, we provide guidance on how to copy SSH keys into your container for use with git here.
We could include a simple script in the base dev containers that execute these steps and a postCreateCommand and mount point in devcontainer.json either by default, or can be un-commented in the mean time.
The text was updated successfully, but these errors were encountered: