[X2Go-User] Folder sharing does not work with x2goclient

Arcady arc at ikir.ru
Thu Nov 27 06:35:59 CET 2014


Kais Hassan <kaismh at ...> 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.






More information about the x2go-user mailing list