Mac OS X – mount a share via sshfs

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/

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen