Kais Hassan <kaismh@...> writes:
I hope this is not too late for most of you.
Folder sharing under Linux Client needs openssh-server. Sharing was working
for
me under Windows but not under Linux.
I've catched this bug in Ubuntu 14.04. Any sshfs mounting on the server side shows the problem. Is is /dev/fuse with rw---- root,root rights, that blocks sshfs from any user. My kernel has a resident fuse module, that is why udev rules didn't work. The simplies way to solve it:
chmod g+rw /dev/fuse chown fuse:fuse
Users must be in fuse group.
Best regards. Arcady.