diff --git a/addons/ssh/index.html b/addons/ssh/index.html index 8f25cf8982..cf16e90980 100644 --- a/addons/ssh/index.html +++ b/addons/ssh/index.html @@ -67,7 +67,7 @@
-

Setting up a SSH server allows access to hass.io folders with SSH client. It also allows tunneling for access from an external network. Please note that you only need to do this on a ResinOS platform as most Linux flavors have their own SSH server.

+

Setting up an SSH server allows access to your Hass.io folders with any SSH client. 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.

{
   "authorized_keys": [
     "ssh-rsa AKDJD3839...== my-key"
@@ -79,6 +79,9 @@
 
  • authorized_keys (Required): Your public-keys for authorized keyfile. Every element will be a line inside that file.
+

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