diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index 2361e378ab4..710521d675b 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -35,3 +35,12 @@ If you're coming from Rasbian or similar, use `root` rather than `pi` when conne 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 +``` +