Skip to content

Instantly share code, notes, and snippets.

@delineas
Last active April 11, 2016 08:35
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 delineas/6d5f3443133550a22f8242ad5e9ab00b to your computer and use it in GitHub Desktop.
Save delineas/6d5f3443133550a22f8242ad5e9ab00b to your computer and use it in GitHub Desktop.
Mount SSH Folder Mac OSX
brew install sshfs
brew install sshfs ssh-copy-id
sshfs -o reconnect -o volname=MyVolName -o IdentityFile=~/.ssh/id_rsa username@HOSTIP:/var/www/html /Volumes/MyVolName
# Go to Finder > Volumnes
#Unmount
umount -f /Volumes/MyVolName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment