Possible solution. Has to be verified ```json "mounts": [ // Mount home .ssh folder { "source": "${localEnv:HOME}/.ssh", "target": "/home/developer/.ssh", "type": "bind" }, ```