SSHFS permition issue
Hi, I am trying to mount a remote file system (an aws server I have) using sshfs but I have some issues.
I can acces the server using ssh, and even in vscode I can acces the file system using the plugin "remote - SSH".
But when I try mounting using the command : sshfs [user@]host:[dir] mountpoint. I get the following error :
fusermount3: mount failed: Operation not permitted
I have checked the permission on the local mount directory but to no avail.
I have try to uncomment the "user_allow_other" in the fuse.conf file but it did not give me any result neither.
I saw in other issues that some of you manage to mount file systems but it did not seemed to be an issue for you. Do you have any solution ?
thank you !
0 Replies