Mounting remote filesystems with sshfs
19 Jul 2014Getting direct access over ssh is simplified greatly by sshfs, a fuse based file system. To get started, install sshfs with your favourite package manager:
To connect to a remote file system, you just use the following:
Much like ssh, the host
argument can take on the format of user@host if you’re logged in as a user that doesn’t correspond to the remote machine.
When you’re done, unmounting the filesystem is done like so: