Page 1 of 1

Samba+SSHFS

Posted: 2014/10/31 17:28:59
by mrmagoo
Greatings to all
Well my goal is to share a resource that i need to connetc to it using sshfs
The sshfs conection works fine, on the terminal, but when the users try to get in to the shared folder they get access denied
The sshfs command is executed on root account, for testing I make another user and connect with this new one by ssh, it works fine, can delete, create, modify
the mount command is
sshfs user@10.10.7.xx:/datos/ /samba/sshfsremo/ -o allow_other, uid=99, gid=99
the last two are to make the mount point user and pass nobody:nobody
Atached some files

Thanks