Add bind mounts to devcontainer.json
"mounts": [] "source=${localEnv:HOME}/.ssh/,target=/home/vscode/.ssh,type=bind",
WSL is avail under network share \\wsl.localhost\[distro]
source=\\\\wsl.localhost\\Ubuntu\\home\\username\\.ssh,target=/home/vscode/.ssh/,type=bind"