Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Last active December 11, 2015 17:18
Show Gist options
  • Save ugovaretto/4633172 to your computer and use it in GitHub Desktop.
Save ugovaretto/4633172 to your computer and use it in GitHub Desktop.
Mac OS X: connect to server through ssh with OSXFuse
1) get OSXFuse: http://osxfuse.github.com
2) create local folder to mount remote fs into
3) invoke sshfs:
sshfs user@server:/home/user/ ~/remote -oauto_cache,reconnect,defer_permissions,negative_vncache,volname=RemoteHome
Look here for additional information:
http://www.read-write.fr/blog/blog/2012/02/26/my-guide-for-sshfs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment