Files
addons/ssh/config.json
2017-05-01 00:11:53 +02:00

19 lines
331 B
JSON

{
"name": "SSH server",
"version": "0.5",
"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"]
}
}