Closed GoogleCodeExporter closed 8 years ago
http://code.google.com/p/macfuse/wiki/FAQ
Q3.4
SSHFS.app is an unsupported, demo GUI wrapper that is, well, *not supported*.
Use the command-line version if
you need more control.
Original comment by si...@gmail.com
on 30 Jan 2008 at 7:01
I *tried* executing sshfs.app/Contents/Resources/sshfs-static from the command
line,
with various debug options to try to see what's going on. All I get is "remote
host
has disconnected". Because things work fine with servers that allow password
authentication I am pretty confident that's the problem, but I sure can't seem
to get
much information out of sshfs.
I suspect a lot of people would like to run their SSH servers as I do, with
plaintext
passwords disabled, given the prevalence of password guessing attacks.
Original comment by karn%ka9...@gtempaccount.com
on 31 Jan 2008 at 3:23
Which debug options did you try? Did you try "-o sshfs_debug"?
Original comment by si...@gmail.com
on 31 Jan 2008 at 4:18
Ah, never mind. The problem turned out to be that the sftp subsystems were
broken on
the SSH servers in question. The lack of any meaningful error messages from
sshfs,
even when executed from the command line, didn't exactly make it easy to find
this
problem.
Also, when SSH is set up to use public key authentication, sshfs pops up a
password
prompt that will be used as the passphrase to unlock the local secret key, even
if
the local authentication agent already has the necessary key unlocked. If this
fails,
and the remote SSH server issues a password prompt, sshfs pop up another
password
prompt -- identical to the first -- that will be passed onto the server. You are
never quite sure what is being asked.
Original comment by karn%ka9...@gtempaccount.com
on 31 Jan 2008 at 4:20
I've given -o sshfs_debug a try. It usually says "Server version: 3" -- the
remote
sftp version? I did manage to get a SSH error message on occasion, so that
appears to
put me on the right track. More importantly, things seem to mount successfully
now
that I've fixed sftp on my servers and know which passwords/passphrases to
enter into
the dialog boxes.
Thanks.
Original comment by karn%ka9...@gtempaccount.com
on 31 Jan 2008 at 4:28
Original issue reported on code.google.com by
karn%ka9...@gtempaccount.com
on 30 Jan 2008 at 12:38