DevContainer: Add a SSH server into a container

Fixes this error when trying to run `gh codespaces ssh`:

error getting ssh server details: failed to start SSH server:
Please check if an SSH server is installed in the container.
This commit is contained in:
Ilya Mateyko 2024-11-04 22:37:23 +03:00 committed by Nico Weber
parent 3c2e4999f4
commit 6b06454d5d

View file

@ -15,6 +15,9 @@
"password": "vscode",
"webPort": "6080",
"vncPort": "5901"
},
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},