Files
addons/ssh/config.json
Pascal Vizeli dbe6648082 Update samba / fix minor bugs (#22)
* Update samba / fix minor bugs

* fix lint
2017-04-30 23:25:51 +02:00

19 lines
331 B
JSON

{
"name": "SSH server",
"version": "0.4",
"slug": "ssh",
"description": "Connect to your server over SSH",
"startup": "before",
"boot": "auto",
"ports": {
"22/tcp": 22
},
"map": ["config", "ssl", "addons"],
"options": {
"authorized_keys": [null]
},
"schema": {
"authorized_keys": ["str"]
}
}