From 51819207f23a7064e5e9b7b818cceee65d6503a3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 26 Jul 2017 23:09:49 +0200 Subject: [PATCH] Update ssh.markdown --- source/_addons/ssh.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index 95daba216d9..a2c2eca965d 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -15,7 +15,9 @@ Setting up an [SSH](https://openssh.org/) server allows access to your Hass.io f $ 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]. It is possible to set a password for login since version 2.0 but for hight security use private/public keys. You can not run both variant at same time. @@ -41,4 +43,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.