Created
April 23, 2012 13:47
-
-
Save alexandrebini/2471019 to your computer and use it in GitHub Desktop.
sshfs macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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