Tagged Questions
2
votes
1answer
445 views
sshfs mount, sudo gets permission denied
I am using sshfs to mount a folder with some python projects over ssh to my ~/ directory.
$ mkdir -p ~/mount/myprojects
$ sshfs user@myserver:/home/user/myprojects ~/mount/myprojects
I can perform ...