diff options
Diffstat (limited to 'src/sshd')
-rw-r--r-- | src/sshd/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sshd/README.md b/src/sshd/README.md index 5245d68..6e9382c 100644 --- a/src/sshd/README.md +++ b/src/sshd/README.md @@ -81,6 +81,13 @@ While the some services automates SSH setup (e.g., when using the GitHub CLI for 4. Your dev container's filesystem should now be available in the `~/sshfs/devcontainer` folder on macOS or Linux or in a new explorer window on Windows. +## OS Support + +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + +`bash` is required to execute the `install.sh` script. + + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/sshd/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |