↧
Answer by Jeter-work for how to sshfs login as sudo user
Root does not have permissions to the mountpoint. Choose one outside your profile. The best place per Filesystem Hierarchy Standard would be a mount point under /mnt.
View Articlehow to sshfs login as sudo user
I need to mount an external shared resource using sshfs. I have setup SSH authentication between my PC and the server using a local user (non-root) and it works like a charm using the following...
View Article