Skip to content

Instantly share code, notes, and snippets.

@alexandrebini
Created April 23, 2012 13:47
Show Gist options
  • Save alexandrebini/2471019 to your computer and use it in GitHub Desktop.
Save alexandrebini/2471019 to your computer and use it in GitHub Desktop.
sshfs macos
# http://blog.philippklaus.de/2011/07/sshfs-on-mac-os-x-10-6-8-with-fuse4x/
# http://www.unityisplural.com/2011/11/getting-fuse4x-installed-on-osx-lion.html
xcode-select --switch /Applications/Xcode.app
brew install fuse4x sshfs
sudo cp -rfX /usr/local/Cellar/fuse4x-kext/0.10.0/Library/Extensions/fuse4x.kext /Library/Extensions
sudo chmod +s /Library/Extensions/fuse4x.kext/Support/load_fuse4x
sudo kextunload /System/Library/Extensions/fuse4x.kext/
sudo kextload /System/Library/Extensions/fuse4x.kext/
sshfs root@cj-staging:/usr/local/nginx/conf nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment