From c98a9363e43e097806289d846e7591eae173bae8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Jul 2017 23:05:35 +0200 Subject: [PATCH] Add link to API docs --- source/_addons/ssh.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index 068afe4e63c..be32c7993a8 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -10,12 +10,15 @@ footer: 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 $ hassio help ``` -

This add-on will not enable you to install packages or do anything as root. This is not allowed with Hass.io.

+

+This add-on will not enable you to install packages or do anything as root. This is not allowed with Hass.io. +

To use this add-on, you must have a private/public key to log in. To generate them, follow the [instructions for Windows][win] and [these for other platforms][other]. @@ -38,4 +41,4 @@ Configuration variables: [win]: https://www.digitalocean.com/community/tutorials/how-to-create-ssh-keys-with-putty-to-connect-to-a-vps [other]: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ -

This add-on is not compatible when you installed Hass.io via the generic Linux installer.

+

This add-on is not compatible if Hass.io was installed via the generic Linux installer.