How to mount a sshfs share automatically under mac os x.
Install osxfuse and sshfs and create a file, which mounts for you.
brew cask install osxfuse brew install sshfs cat mountcrypt.sh #!/bin/bash sshfs root@homeserver:/mnt/md0_crypt /Users/mathias/Desktop/md0_crypt/