Skip to content

Commit 30210b2

Browse files
authored
added ssh support to container
1 parent 9741d4c commit 30210b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
// Add common utilities and name non-root user.
3232
"ghcr.io/devcontainers/features/common-utils:2": {
3333
"configureZshAsDefaultShell": true
34-
}
34+
},
35+
"ghcr.io/devcontainers/features/sshd:1": {
36+
"version": "latest"
37+
}
3538
},
3639

3740
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)