aboutsummaryrefslogtreecommitdiff
path: root/src/sshd/devcontainer-feature.json
blob: 518c35b7d2cfc74774ec27ec9104cd42c4f6d31f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "id": "sshd",
    "version": "1.0.3",
    "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",
            "enum": [
                "latest"
            ],
            "default": "latest",
            "description": "Currently unused."
        }
    },
    "entrypoint": "/usr/local/share/ssh-init.sh"
}