Last Updated: December 26, 2018
·
670
· nek0

Mount remote directories

Managing files on a remote server via scp is a very tedious task, which not only once brought me at the edge of sanity. Then I was recommended the tool

sshfs

which opens a standard ssh connection to your host directory and mounts it in your local filesystem without needing any special software on the server side.

Addition:

Add yourself to the fuser group, to run sshfs without root privileges.