Files
addons/ssh/config.json
Pascal Vizeli 87317209f1 Ssh cli (#144)
* Update config.json

* Update Dockerfile

* Update motd

* version 0.1

* Update hassio

* Update hassio

* Update hassio
2017-07-21 11:40:23 +02:00

21 lines
460 B
JSON

{
"name": "SSH server",
"version": "1.0",
"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", "backup:rw"],
"options": {
"authorized_keys": [null]
},
"schema": {
"authorized_keys": ["str"]
},
"image": "homeassistant/{arch}-addon-ssh"
}