Files
addons/ssh/config.json
Pascal Vizeli 3ed0f4b4af Add url to config (#36)
Add url to config
2017-05-08 17:59:50 +02:00

20 lines
381 B
JSON

{
"name": "SSH server",
"version": "0.5",
"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", "ssl", "addons"],
"options": {
"authorized_keys": [null]
},
"schema": {
"authorized_keys": ["str"]
}
}