Mounting ssh filesystem via fstab entry

The fstab entry has to look like this

sshfs#user@server:/directory    /localmount_directory    fuse  defaults,noauto  0 0

I use these options 

rw,noauto,nosuid,nodev,user,kernel_cache,auto_cache,transform_symlinks,reconnect

No comments:

Post a Comment

I appreciate comments. Feel free to write anything you wish. Selected comments and questions will be published.