Tagged Questions
2
votes
3answers
2k views
Cannot write to Folder mounted with SSHFS
I just created a folder according to SSHFS (Ubuntu Docs)
sudo apt-get install sshfs
sudo gpasswd -a jm fuse
sshfs -o idmap=user jm@example.com:/path/to/folder folder
Then I found that the folder is ...