mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
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:
parent
3c2e4999f4
commit
6b06454d5d
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
"password": "vscode",
|
"password": "vscode",
|
||||||
"webPort": "6080",
|
"webPort": "6080",
|
||||||
"vncPort": "5901"
|
"vncPort": "5901"
|
||||||
|
},
|
||||||
|
"ghcr.io/devcontainers/features/sshd:1": {
|
||||||
|
"version": "latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue