Tagged Questions
2
votes
2answers
614 views
Groups ssh user is apart of don't apply on SSHFS
I am connecting to a remote server over SSH but am running into a permissions issue.
My remote account is thelq and primarily part of the group thelq. I'm also part of the generic group users. ...
3
votes
1answer
383 views
Permissions issues with mounting remote server into a specific folder
I'm doing the following to mount a remote server to a specific path on my server:
sshfs user@remoteserver.com:/backup/folder/ /home/myuser/server-backups/
However when I mount the server the folder ...