Tagged Questions
0
votes
1answer
326 views
How and when should I mount a remote filesystem using SSHFS?
I managed to get SSHFS working smoothly. I've added the following line to my /etc/fstab:
sshfs#xxx@remote_host:/path_to/remote/content /path_to/local/content fuse \
...