Dup Ver Goto 📝

sshfs 01

PT2/linux/network linux net ssh fs sshfs does not exist
To
22 lines, 75 words, 685 chars Page 'Sshfs_01' does not exist.

fstab

Thanks to this askubuntu

sshfs#me@host:/home/mrturnip /path/to/mnt fuse defaults,_netdev,allow_other 0 0

Note that you need

user_allow_other

in your /etc/fuse.conf

I set up a folder /h in which I have folders for machines on my lan.

$ ls /h
dink halfling midge titch
sshfs#me@halfling:/ /h/halfling fuse defaults,_netdev,allow_other,noauto 0 0
sshfs#me@dink:/ /h/dink fuse defaults,_netdev,allow_other,noauto 0 0
sshfs#me@titch:/ /h/titch fuse defaults,_netdev,allow_other,noauto 0 0
sshfs#me@midge:/ /h/midge fuse defaults,_netdev,allow_other,noauto 0 0