From be7ca6c3340a003e0b077aac54eb3fc8ba911193 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Fri, 23 Jun 2017 21:21:01 +0000
Subject: [PATCH] Site updated at 2017-06-23 21:21:00 UTC
---
addons/ssh/index.html | 7 +++++
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 +-
components/index.html | 4 +--
components/sensor.buienradar/index.html | 2 +-
components/weather.buienradar/index.html | 5 ++--
.../certificates/lets_encrypt/index.html | 2 +-
sitemap.xml | 30 +++++++++----------
30 files changed, 53 insertions(+), 45 deletions(-)
diff --git a/addons/ssh/index.html b/addons/ssh/index.html
index 1262684695..01ddbc1ea0 100644
--- a/addons/ssh/index.html
+++ b/addons/ssh/index.html
@@ -94,6 +94,13 @@ If you’re coming from Rasbian or similar, use
Permission denied (publickey,keyboard-interactive)
+
+If you install this addon you can use sshfs
as well to access files from a remote system where you have git and your favourite editing tools installed.
+bash
+$ mkdir ~/ha_config
+$ sshfs -o allow_other,defer_permissions root@h[your_hassio_ip]:/config ~/ha_config
+
+