We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e6833 commit 31f8376Copy full SHA for 31f8376
.devcontainer/devcontainer.json
@@ -49,6 +49,6 @@
49
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
50
"remoteUser": "root",
51
"mounts": [
52
- "source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,readonly"
+ "source=${localEnv:HOME}/.ssh/id_ed25519_signing,target=/root/.ssh/id_ed25519_signing,type=bind,readonly"
53
]
54
}
0 commit comments