diff --git a/pkg/cmd/codespace/ssh.go b/pkg/cmd/codespace/ssh.go index a88cec2cf..af8e9fa94 100644 --- a/pkg/cmd/codespace/ssh.go +++ b/pkg/cmd/codespace/ssh.go @@ -68,7 +68,7 @@ func newSSHCmd(app *App) *cobra.Command { If the docker image being used for the codespace does not have an SSH server, install it in your Dockerfile or, for codespaces that use Debian-based images, you can add the following to your devcontainer.json: - + "features": { "ghcr.io/devcontainers/features/sshd:1": { "version": "latest"