I\'m trying to setup an SSHFS share from my local machine to a remote machine, but it is not working. I\'m getting the error OSXFUSE file system is not available (see below). Ho
The problem when installing SSHFS with brew
is that osxfusefs
is not signed: the Console outputs com.apple.kextd: ERROR: invalid signature for com.github.osxfuse.filesystems.osxfusefs, will not load
. See also https://github.com/osxfuse/osxfuse/issues/122.
The binary for OSXFUSE from http://osxfuse.github.io/ (as suggested by the answer of Old Pro) does not have this problem, and therefore installing this one instead resolved it for me.