summaryrefslogtreecommitdiff
path: root/features/src/sshd/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'features/src/sshd/devcontainer-feature.json')
-rw-r--r--features/src/sshd/devcontainer-feature.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/features/src/sshd/devcontainer-feature.json b/features/src/sshd/devcontainer-feature.json
new file mode 100644
index 0000000..8c36557
--- /dev/null
+++ b/features/src/sshd/devcontainer-feature.json
@@ -0,0 +1,21 @@
+{
+ "id": "sshd",
+ "version": "1.0.9",
+ "name": "SSH server",
+ "documentationURL": "https://github.com/devcontainers/features/tree/main/src/sshd",
+ "description": "Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.",
+ "options": {
+ "version": {
+ "type": "string",
+ "proposals": [
+ "latest"
+ ],
+ "default": "latest",
+ "description": "Currently unused."
+ }
+ },
+ "entrypoint": "/usr/local/share/ssh-init.sh",
+ "installsAfter": [
+ "https://gitrepo.ru/api/packages/NeonXP/generic/features/latest/devcontainer-feature-common-utils.tgz"
+ ]
+}