Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 7
    Just a clarification, because I found the explanation a bit unclear: It worked for me by calling sshfs WITH 'allow_other' but WITHOUT 'default_permissions' Commented May 14, 2020 at 12:21
  • For those having group write permission issues with a remote mount via sshfs I used fuse option -o default_permissions per above and I now am able to group write by being member of group with same id on both local and remote machine. Nice! Commented Oct 26, 2020 at 19:28
  • 1
    Can you elaborate with some working examples? Commented Nov 14, 2020 at 6:37
  • TL;DR in one command: sudo sshfs -o allow_other user@host:path/to/remote/folder/ path/to/mount/point/ Commented Aug 25, 2023 at 8:16