Skip to content

Commit e67fc7d

Browse files
committed
Add sshd feature to devcontainers.json
Allow to connect via ssh via gh cli.
1 parent a7737fd commit e67fc7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"installGradle": "false"
4444
},
4545
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
46-
"ghcr.io/devcontainers/features/node:1": {}
46+
"ghcr.io/devcontainers/features/node:1": {},
47+
"ghcr.io/devcontainers/features/sshd:1": {
48+
"version": "latest"
49+
}
4750
},
4851
"postStartCommand": ["./gradlew", "compileJava"]
4952
}

0 commit comments

Comments
 (0)