Skip to content

Instantly share code, notes, and snippets.

@ken-master
Created August 20, 2015 07:15
Show Gist options
  • Save ken-master/21d0b9a798b8432eec20 to your computer and use it in GitHub Desktop.
Save ken-master/21d0b9a798b8432eec20 to your computer and use it in GitHub Desktop.
Linux Mount SSHFS follow symlinks
sshfs -o -follow_symlinks username@server_or_ip:/path/to/remote/folder/ /path/to/local/mount/folder
@dmitryTsatsarin
Copy link

fix it to
-o follow_symlinks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment