Update ssh.markdown

This commit is contained in:
Pascal Vizeli 2017-07-26 23:08:26 +02:00 committed by Fabian Affolter
parent f61fe0beb0
commit 3615a3a960
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -10,7 +10,7 @@ footer: true
featured: true featured: true
--- ---
Setting up an [SSH](https://openssh.org/) server allows access to your Hass.io folders with any SSH client. It include also a cli to access into Hass.IO api. Try it out: Setting up an [SSH](https://openssh.org/) server allows access to your Hass.io folders with any SSH client. It include also a command-line tool to access the [Hass.io API](https://github.com/home-assistant/hassio/blob/dev/API.md). Try it out:
```bash ```bash
$ hassio help $ hassio help
``` ```