Files
addons/ssh/config.json
2017-04-30 20:10:33 +02:00

19 lines
380 B
JSON

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