passing in ssh credentials from host

This commit is contained in:
John Lancaster
2023-04-06 00:55:44 -05:00
parent ae8c4d4ef9
commit 9959545601

View File

@@ -11,7 +11,8 @@
"mounts": [ "mounts": [
"source=/etc/localtime,target=/etc/localtime,type=bind,consistency=cached", "source=/etc/localtime,target=/etc/localtime,type=bind,consistency=cached",
"source=/etc/timezone,target=/etc/timezone,type=bind,consistency=cached" "source=/etc/timezone,target=/etc/timezone,type=bind,consistency=cached",
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,consistency=cached"
], ],
"workspaceMount": "source=${localWorkspaceFolder},target=/conf,type=bind", "workspaceMount": "source=${localWorkspaceFolder},target=/conf,type=bind",