Skip to content

Commit 0a689dc

Browse files
committed
Add SSH support to the development container
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
1 parent a9ffff5 commit 0a689dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
},
2828
"ghcr.io/devcontainers/features/github-cli:1": {
2929
"version": "latest"
30+
},
31+
"ghcr.io/devcontainers/features/sshd:1": {
32+
"version": "latest"
3033
}
3134
},
3235
"customizations": {

0 commit comments

Comments
 (0)