Files
addons/ssh/config.json
Pascal Vizeli 90b0ca74d0 fix config
2017-04-30 11:33:03 +02:00

19 lines
380 B
JSON

{
"name": "SSH server",
"version": "0.1",
"slug": "ssh",
"description": "OpenSSH is the premier connectivity tool for remote login with the SSH protocol.",
"startup": "before",
"boot": "auto",
"ports": {
"22/tcp": 22
},
"map": ["config", "ssl", "addons"],
"options": {
"authorized_keys": [null]
},
"schema": {
"authorized_keys": ["str"]
}
}