sshfs Command Examples

Filesystem client based on SSH. More information: https://github.com/libfuse/sshfs.

sshfs {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}

umount {{mountpoint}}

sshfs {{username}}@{{remote_host}}:{{remote_directory}} -p {{2222}}

sshfs {{username}}@{{remote_host}}:{{remote_directory}} -C

sshfs -o follow_symlinks {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}