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

                 
                       
                         
                                                                                                                                      


                             


                        



                                              

                                                
{
    "id": "sshd",
    "version": "1.0.1",
    "name": "SSH server",
    "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"
}