meta data for this page
  •  

This is an old revision of the document!


devcontainer

ssh key access

Add bind mounts to devcontainer.json

Windows WSL

WSL is avail under network share \\wsl.localhost\[distro]

devcontainer.json
source=\\\\wsl.localhost\\Ubuntu\\home\\rafalmroz\\.ssh,target=/home/vscode/.ssh/,type=bind"