From 53bddb0fd52ab76997aec5eb2fd2ffc04de6935f Mon Sep 17 00:00:00 2001 From: Eljo George Date: Wed, 3 Aug 2022 19:50:55 +0000 Subject: [PATCH] Update codespaces ssh doc --- pkg/cmd/codespace/ssh.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/codespace/ssh.go b/pkg/cmd/codespace/ssh.go index 5aff32c59..58007fd8d 100644 --- a/pkg/cmd/codespace/ssh.go +++ b/pkg/cmd/codespace/ssh.go @@ -65,8 +65,9 @@ func newSSHCmd(app *App) *cobra.Command { if they were ordinary remote hosts (using 'ssh', not 'gh cs ssh'). Note that the codespace you are connecting to must have an SSH server pre-installed. - If the docker image being used for the codespace does not have an SSH server, you can - try adding the following snippet in your devcontainer.json: + If the docker image being used for the codespace does not have an SSH server, + install it in your Dockerfile or you can try adding the following snippet + in your devcontainer.json: "features": { "sshd": "latest"