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 + +