From 031f6fd2ed8abd9b77ea499a0658f49fd8c4e6f5 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 26 Jul 2017 21:47:48 +0000 Subject: [PATCH] Site updated at 2017-07-26 21:47:47 UTC --- addons/ssh/index.html | 8 +++-- 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/media/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/run_local/index.html | 18 +++++------ sitemap.xml | 30 +++++++++---------- 27 files changed, 53 insertions(+), 51 deletions(-) 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.