#62: Share SSHFS via Samba
Fuse doesn't allow other users to access mounted directories, in order to get it working with samba and the security=user model you need to pass 'allow_other' to the call of sshfs:
mount -t smbfs -o username=<user>,password=<passwd> //<server...