Skip to content

Instantly share code, notes, and snippets.

@geyang
Created April 22, 2018 18:01
Show Gist options
  • Save geyang/44ce0ba818c2493b062d9c8bc63c10d1 to your computer and use it in GitHub Desktop.
Save geyang/44ce0ba818c2493b062d9c8bc63c10d1 to your computer and use it in GitHub Desktop.
How to install sshfs on Mac SsX

Getting SSHFS to work on Mac OSX HighSierra

Below is the working recipe for High Sierra 10.13.4

sudo chown -R $(whoami):staff /usr/local/Caskroom
brew cask install osxfuse
sudo reboot
brew install sshfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment