Files
addons/ssh/config.json
2017-05-23 00:22:53 +02:00

21 lines
447 B
JSON

{
"name": "SSH server",
"version": "0.7",
"slug": "ssh",
"description": "Connect to your server over SSH",
"url": "https://home-assistant.io/addons/ssh/",
"startup": "before",
"boot": "auto",
"ports": {
"22/tcp": 22
},
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw"],
"options": {
"authorized_keys": [null]
},
"schema": {
"authorized_keys": ["str"]
},
"image": "homeassistant/{arch}-addon-ssh"
}