Examples (5)
Mount remote directory
sshfs username@remote_host:remote_directory mountpointUnmount remote directory
Mount remote directory from server with specific port
sshfs username@remote_host:remote_directory -p 2222Use compression
sshfs username@remote_host:remote_directory -CFollow symbolic links
sshfs -o follow_symlinks username@remote_host:remote_directory mountpointmade by @shridhargupta | data from tldr-pages