Skip to content

Commit 31f8376

Browse files
committed
Update devcontainer mount to use specific SSH signing key
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 93e6833 commit 31f8376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
5050
"remoteUser": "root",
5151
"mounts": [
52-
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,readonly"
52+
"source=${localEnv:HOME}/.ssh/id_ed25519_signing,target=/root/.ssh/id_ed25519_signing,type=bind,readonly"
5353
]
5454
}

0 commit comments

Comments
 (0)