mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 01:21:12 -06:00
682 B
682 B
layout, title, description, date, sidebar, comments, sharing, footer
| layout | title | description | date | sidebar | comments | sharing | footer |
|---|---|---|---|---|---|---|---|
| page | SSH Server | Allow logging in remotely to your server using SSH. | 2017-04-30 13:28 | true | false | true | true |
Setup a ssh server. Allow to access severals hass.io folders with ssh client. It allow also to do some tunneling for access from outside. It should by used only on a ResinOS platform, generic linux would have here own ssh server.
{
"authorized_keys": [
"ssh-rsa AKDJD3839...== my-key"
]
}
Option variables:
- authorized_keys (Required): default empty. Your public-keys for authorized keyfile. Every element will be a line inside that file.