I would like to mount a sshfs using fstab.
My user does not have permissions to access the mount point on the remote machine but does have sudo privileges on the machine.
Using ssh i can connect to the mount point on the remote machine using
Code:
ssh myuser@remotemachine:/remote/mount/point -t sudo -i
However i haven't found the way to convert this to an sshfs mount.
Is this possible?