summaryrefslogblamecommitdiff
path: root/features/src/sshd/devcontainer-feature.json
blob: 8c365575fa2eb9ad6e9fd29f9fff2dc9f2e01843 (plain) (tree)




















                                                                                                                                      
{
    "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"
    ]
}