693 B
693 B
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 |
Setting up a SSH server allows access to hass.io folders with SSH client. It also allows tunneling for access from an external network. Please note that you only need to do this on a ResinOS platform as most Linux flavors have their own SSH server.
{
"authorized_keys": [
"ssh-rsa AKDJD3839...== my-key"
]
}
Configuration variables:
- authorized_keys (Required): Your public-keys for authorized keyfile. Every element will be a line inside that file.