SSH Server
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.