Skip to content

Instantly share code, notes, and snippets.

@dimitri-koenig
Created January 26, 2017 14:09
Show Gist options
  • Save dimitri-koenig/c55f2955816fe1f4eb021ec79fc6420c to your computer and use it in GitHub Desktop.
Save dimitri-koenig/c55f2955816fe1f4eb021ec79fc6420c to your computer and use it in GitHub Desktop.
Optimal sshfs mount params
#!/bin/bash
sudo sshfs -o volname=targetVolumeName,follow_symlinks,reconnect,auto_cache,noappledouble,negative_vncache,allow_other,defer_permissions,IdentityFile=/Users/me/.ssh/id_rsa user@server:/path/on/server /local/path/to/target/volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment