Skip to content

Instantly share code, notes, and snippets.

@gmarceau
Created April 6, 2017 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmarceau/89997e8db4e08f4d8b925daf64b236b3 to your computer and use it in GitHub Desktop.
Save gmarceau/89997e8db4e08f4d8b925daf64b236b3 to your computer and use it in GitHub Desktop.
brew cask install osxfuse
brew install homebrew/fuse/sshfs
mkdir -p ~/remote_mnt/my_server
sshfs -o allow_other,defer_permissions user@my_server:/ ./remote_mnt/my_server/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment