Mounting:
sshfs -Cuser@severname:/path/to/mount /local/mount/point -o follow_symlinks -o allow_other
Unmounting:
fusermount -u /local/mount/point
MAC OS X, Linux, Windows and other IT Tips and Tricks
Mounting:
sshfs -Cuser@severname:/path/to/mount /local/mount/point -o follow_symlinks -o allow_other
Unmounting:
fusermount -u /local/mount/point