Skip to content

Commit 618b0e7

Browse files
committed
Add SSH support for remote CCE execution
1 parent 2ba61c8 commit 618b0e7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"features": {
55
"ghcr.io/devcontainers/features/git:1": {},
66
"ghcr.io/devcontainers/features/github-cli:1": {},
7-
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
7+
"ghcr.io/devcontainers-contrib/features/pnpm:2": {},
8+
"ghcr.io/devcontainers/features/sshd:1": {
9+
"version": "latest"
10+
}
811
},
912
"customizations": {
1013
"vscode": {

0 commit comments

Comments
 (0)