diff --git a/pages/common/sshfs.md b/pages/common/sshfs.md index 9b9320b83..e4a307cab 100644 --- a/pages/common/sshfs.md +++ b/pages/common/sshfs.md @@ -17,3 +17,7 @@ - Use compression: `sshfs {{username}}@{{remote_host}}:{{remote_directory}} -C` + +- Follow symbolic links: + +`sshfs -o follow_symlinks {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}`