Files
addons/ssh/config.json
Ville Skyttä aff51f34b8 ssh: Update hassio cli to 2.1.0 (#527)
* ssh: Update hassio cli to 2.1.0

* ssh: Grammar and spelling fixes

* Update config.json
2019-03-04 09:03:10 +01:00

26 lines
568 B
JSON

{
"name": "SSH server",
"version": "5.2",
"slug": "ssh",
"description": "Allows connections over SSH",
"url": "https://home-assistant.io/addons/ssh/",
"startup": "services",
"boot": "auto",
"hassio_api": true,
"hassio_role": "manager",
"auto_uart": true,
"ports": {
"22/tcp": 22
},
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
"options": {
"authorized_keys": [],
"password": ""
},
"schema": {
"authorized_keys": ["str"],
"password": "str"
},
"image": "homeassistant/{arch}-addon-ssh"
}