Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

OSXfuse's SSHFS ignores remote group permissions ? #1

@brainstorm

Description

@brainstorm

I'm mounting it together with macfusion. Unless I own the remote files via the remote user, I cannot access the files via standard remote UNIX permissions. For example, I have access to this directory on the remote server via osxfuse:

$ ls -alh drwxrws--- 11 roman group11 4.0K Sep 25 12:00 test_dir_server1 $id roman uid=42314 gid=(...),40205(group11) 

But not this one, which I don't own by user, only by group. I'm able to access the files when logged in via regular interactive ssh though:

$ ls -alh drwxrws---. 10 not.roman group12 4,0K 24 sep 20.59 test_dir_server2 $id roman uid=14215 gid=(...),10023(group12) 

Is there any flag I can use to correct this ? I've also observed that sshfs is not on my path when I try to invoque it locally after installing OSXFUSE with macfuse backwards compatibility option checked.

Thanks for the fork guys, good work !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions