blob: 6433f3f1ff9708733793793e6472dd264260f3b9 (
plain) (
tree)
|
|
{
"id": "sshd",
"version": "1.0.5",
"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",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
|