aboutsummaryrefslogblamecommitdiff
path: root/src/sshd/devcontainer-feature.json
blob: a5d464f69e337bd546b69b27aeff4776abfbe72e (plain) (tree)
1
2
3
4
5
6
7
8
9

                 
                       
                         
                                                                                       
                                                                                                                                      


                             
                          

                        



                                              



                                                     
 
{
    "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": [
        "ghcr.io/devcontainers/features/common-utils"
    ]
}