- Download FUSE for Mac and SSHFS from here and install them in that order.
- Create a mountpoint for e.g.
qmaster
in/mnt
andchown
it to you:sudo mkdir -p /mnt/qmaster
sudo chown <username> /mnt/qmaster
- Symlink it to the
/Volumes
diectory (creating it directly in/Volumes
causes trouble with unmounting):