diff --git a/addons/ssh/index.html b/addons/ssh/index.html index a82d465fe7..88f5113406 100644 --- a/addons/ssh/index.html +++ b/addons/ssh/index.html @@ -75,11 +75,13 @@
Setting up an SSH 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 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. Try it out:
$ 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 and these for other platforms. 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.
{
"authorized_keys": [
@@ -97,7 +99,7 @@
-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.