Re: sshfs man page, -o idmap=user

2016-02-24 Thread Rudolf Sykora
> After putting > kern.usermount=1 > into /etc/sysctl.conf and changing the rights > chmod 660 /dev/fuse0 > I was then able to mount a remote filesystem, but > I ran into permission problems. Thus I tried > to add -o idmap=user into the command, which > results in immediate diconnecting: > > $ sshf

Re: sshfs man page, -o idmap=user

2016-02-15 Thread Daniel Boyd
That was what I figured since it's relatively new. Unfortunately, because of this, I have been unable to get sshfs working in any meaningful way. Regardless of whether I run sshfs as root or as a regular user (with kern.usermount=1), I can't access any of the files. I don't see a way to change t

Re: sshfs man page, -o idmap=user

2016-02-14 Thread Stuart Henderson
On 2016-02-12, Daniel Boyd wrote: > I am having this same issue. I also tried adding the -d switch > to see if that would shed any light. > > $ sshfs -d -o idmap=user ... > command-line line 0: Bad number. > remote host has disconnected > > $ sshfs -d -o idmap=file,uidfile=myuidfile,gidfile=mygid

Re: sshfs man page, -o idmap=user

2016-02-12 Thread Daniel Boyd
I am having this same issue. I also tried adding the -d switch to see if that would shed any light. $ sshfs -d -o idmap=user ... command-line line 0: Bad number. remote host has disconnected $ sshfs -d -o idmap=file,uidfile=myuidfile,gidfile=mygidfile ... command-line line 0: Bad number. remote