It has been fixed for a long time now, and I forgot to follow up on this.
Yes, it is mandatory to logout and login again.
It is a limitation of the way GROUPS work.
** Changed in: sshfs-fuse (Ubuntu)
Status: Confirmed => Fix Released
--
[feisty] sshfs removes permitions of mounted folder
After some more testing it turned it out adding the user to the group
fuse _does_ work, all I needed to was to logout all sessions. Maybe a
notification this is necessary when installing sshfs might be a good
idea?
--
[feisty] sshfs removes permitions of mounted folder
https://bugs.launchpad.net/
Tested adding the user to the group fuse, but it didn't work without
setting the permissions first. BTW I have tested this on two different
feisty systems, both xubuntu, one at work and one at home (yes, I'm one
of those lucky bastards :P )
--
[feisty] sshfs removes permitions of mounted folder
h
I can confirm this on feisty, I could work around this problem by
issueing:
[code] sudo chmod +x /usr/bin/fusermount [/code]
and
[code] sudo chmod o+rw /dev/fuse [/code]
My colleague (who advised me this solution in the first place) said
adding the user with which you want to mount the partition