Glad it worked! But how are binaries like this usually "published"?
I tried replacing the stock sshfs-static in the MacFusion application
with mine, but its got problems:
On the Mac OS X 10.5 machine, the volume mounts, but shows it has
"zero bytes" free space, and I was unable to upload any files to it!
(opening, editing, and saving existing files seemed fine)
On the Mac OS X 10.6 machine, I got this error when I try to mount the
volume: "Could not mount filesystem: Authentication failed." Looks
like this is the part of the log that shows the problem:
(SSHServerFS, [volume name], 2012-07-12 13:28:35) debug1:
Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: publickey
debug1: Trying private key: /Users/[my user]/.ssh/id_rsa
debug1: Trying private key: /Users/[my user]/.ssh/id_dsa
debug1: Next authentication method: password
debug1: read_passphrase: can't open /dev/tty: Device not configured
(SSHServerFS, [volume name], 2012-07-12 13:28:36) debug1:
Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic,password
debug1: No more authentication methods to try.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
On the Mac OS X 10.7 machine, the volume was mounted successfully, and
most operations worked (such as creating, deleting, and modifying most
files). However, there are some strange permissions issues. For
example, Micro$oft Office 2011 applications like Word or Excel insists
on opening documents on the volume as read-only, and complains about
no permissions when trying to save to, or overwrite a file.
If anyone has suggestions I am all ears. Thanks!