Veja o que funciona para mim:
sshfs [email protected]:/remote/path /local/path/ -o IdentityFile=/path/to/key
Você pode descobrir isso por meio de man sshfs
:
-o SSHOPT=VAL ssh options (see man ssh_config)
man ssh_config
IdentityFile
Specifies a file from which the user's DSA, ECDSA or DSA authen‐ tication identity is read.