Wednesday, March 26, 2014

Mount sshfs in /etc/fstab with fuse

Add the following line in /etc/fstab

[username]@[hostname]:[remote source path] [local mount path] fuse.sshfs user,_netdev,uid=1000,IdentityFile=[path to ssh key],reconnect,allow_other 0 0

No comments:

Post a Comment