delineas
4/11/2016 - 8:31 AM

Mount SSH Folder Mac OSX

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