features/collection/sshd/feature.json

17 lines
365 B
JSON
Raw Normal View History

{
"id": "sshd",
"name": "SSH server",
"options": {
"version": {
"type": "string",
"enum": ["latest"],
"default": "latest",
"description": "Currently unused."
}
},
"entrypoint": "/usr/local/share/ssh-init.sh",
"install": {
"app": "",
"file": "install.sh"
}
}