passing in ssh credentials from host
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
"mounts": [
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user