In addition to what Brad said, you can use something like this cd $HOME mkdir -p FUSE mkdir -p FUSE/All mount_psshfs foo@bar.local:/usr/pkgsrc/packages/All /home/foo/FUSE/All to make them available over ssh. See the manpage of course.