mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update ssh.markdown
This commit is contained in:
parent
4b4694c416
commit
5c8b285692
@ -9,4 +9,16 @@ sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
[Placeholder]
|
||||
Setup a [ssh](https://openssh.org/) 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.
|
||||
|
||||
```json
|
||||
{
|
||||
"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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user