From 8c911b77d8040d4c60486aacc6dde05ce4bbb0b0 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 14 May 2017 18:26:22 +0000 Subject: [PATCH] Site updated at 2017-05-14 18:26:22 UTC --- addons/ssh/index.html | 5 ++- atom.xml | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- hassio/addon_tutorial/index.html | 13 +++++++- images/hassio/tutorial/samba.png | Bin 0 -> 5165 bytes images/hassio/tutorial/ssh.png | Bin 0 -> 7832 bytes sitemap.xml | 30 +++++++++--------- 28 files changed, 54 insertions(+), 40 deletions(-) create mode 100644 images/hassio/tutorial/samba.png create mode 100644 images/hassio/tutorial/ssh.png 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. +