From d747b4ddbff1e9772bec6aa13486b1cd1c2aed6d Mon Sep 17 00:00:00 2001 From: Oliver Gulich <70239916+oliverlabs@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:30:45 +0000 Subject: [PATCH] Update devcontainer.json added sshd as a feature for remote ssh --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1ebf716..3328eaf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -81,6 +81,9 @@ "omzPlugins": "https://github.com/zsh-users/zsh-syntax-highlighting https://github.com/zsh-users/zsh-autosuggestions", "username": "vscode" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, "ghcr.io/eitsupi/devcontainer-features/jq-likes:1": {}, "ghcr.io/stuartleeks/dev-container-features/shell-history:0": {} },