Skip to content

Commit 52ab992

Browse files
ciotlosmfabaff
authored andcommitted
Use sshfs example (home-assistant#2871)
* Use sshfs Example how to use sshfs instead of using samba. * Update format
1 parent 463da35 commit 52ab992

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/_addons/ssh.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,12 @@ If you're coming from Rasbian or similar, use `root` rather than `pi` when conne
3535
Permission denied (publickey,keyboard-interactive)
3636
```
3737
</p>
38+
39+
<p class='note'>
40+
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.
41+
42+
```bash
43+
$ mkdir ~/ha_config
44+
$ sshfs -o allow_other,defer_permissions root@h[your_hassio_ip]:/config ~/ha_config
45+
```
46+
</p>

0 commit comments

Comments
 (0)