Re: sshfs as non-root: fuse_mount: Permission denied

2014-08-03 Thread Maurice McCarthy
Me: "All mount points must be owned by root" I'm talking rubbish. Please delete the noise

Re: sshfs as non-root: fuse_mount: Permission denied

2014-08-03 Thread Maurice McCarthy
On 2014-08-03 20:05, Carsten Kunze wrote: Hello, I am using OpenBSD as guest on a Linux host. For accessing the host filesystems I've tried to use sshfs(1) as a non-root user. I've created a directory and typed: $ sshfs :/ The output is: fuse_mount: Permission denied But login via ssh(1) o

Re: sshfs as non-root: fuse_mount: Permission denied

2014-08-03 Thread Carsten Kunze
> This is probably why... > > % ls -lao /dev/fuse0 > crw--- 1 root wheel - 92, 0 Jul 5 05:38 /dev/fuse0 Not completely. With 660 or 666 permissions the response now is: "Operation not permitted"

Re: sshfs as non-root: fuse_mount: Permission denied

2014-08-03 Thread h410g3n
This is probably why... % ls -lao /dev/fuse0 crw--- 1 root wheel - 92, 0 Jul 5 05:38 /dev/fuse0 Carsten Kunze: > Hello, > > I am using OpenBSD as guest on a Linux host. > For accessing the host filesystems I've tried to use > sshfs(1) as a non-root user. I've created a directory > a

sshfs as non-root: fuse_mount: Permission denied

2014-08-03 Thread Carsten Kunze
Hello, I am using OpenBSD as guest on a Linux host. For accessing the host filesystems I've tried to use sshfs(1) as a non-root user. I've created a directory and typed: $ sshfs :/ The output is: fuse_mount: Permission denied But login via ssh(1) on that IP works. sshfs from other OSes to t