Bradley Kirton's Blog

Published on Oct. 21, 2025

Go home

SSHFS

SSHFS is a very cool productivity tool.

With it you are able to mount remote directories locally which comes in handy for editing remote files.

Mount

To mount a remote directory (dir) to a local folder (mountpoint) run.

sshfs [user@]host:[dir] mountpoint [options]

unmount

To unmount the above run.

 fusermount3 -u mountpoint