- Download FUSE for Mac and SSHFS from here and install them in that order.
- Create a mountpoint for e.g.
qmasterin/mntandchownit to you:sudo mkdir -p /mnt/qmastersudo chown <username> /mnt/qmaster
- Symlink it to the
/Volumesdiectory (creating it directly in/Volumescauses trouble with unmounting):ln -s /mnt/qmaster /Volumes/qmaster
sshfs -o volname=qMaster,reconnect,follow_symlinks <username>@qmaster:/home/<username>/ /mnt/qmaster- if you want, you can make this command an alias like
sshfs_qmasteror just run it on startup by saving it to a script.
- Unmount with
umount /mnt/qmasteror by "ejecting" the volume, or dragging it to the trash.