mahinthjoe / macfuse

Automatically exported from code.google.com/p/macfuse
0 stars 0 forks source link

sshfs.app fails if you have never SSH'd to a server before #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use sshfs.app to try to mount a system you have never ssh'd to before
2. enter password
3. it fails, giving no error message.

What is the expected output? What do you see instead?

  I would expect to see the remote file system.  Instead I see nothing.  

What version of the product are you using? On what operating system?

  sshfs.app 0.1.0, macFUSE 0.1.9 on Mac OS X 10.4

Please provide any additional information below.

  this problem goes away if you ssh manually to a system, and answer yes to
the standard challenge, e.g. 

   downloads% ssh tim@redhook
   The authenticity of host 'redhook (132.177.248.59)' can't be established.
   RSA key fingerprint is f2:73:80:2b:c9:53:a9:1c:80:6f:bf:ba:a9:4e:04:6a.
   Are you sure you want to continue connecting (yes/no)? yes
   Warning: Permanently added 'redhook,132.177.248.59' (RSA) to the list of
known hosts.
   tim@redhook's password:

after this first login, everything works fine. It is likely not handling
the question properly.

Cheers,
Jamie Pringle

Original issue reported on code.google.com by jamie.pr...@gmail.com on 30 Jan 2007 at 8:20

GoogleCodeExporter commented 8 years ago
sshfs.app has been open sourced and is now being improved by volunteers. 
Categorizing this issue accordingly.

Original comment by si...@gmail.com on 30 Jan 2007 at 8:59

GoogleCodeExporter commented 8 years ago
Another victim here :(

Original comment by Vladimir...@gmail.com on 24 Apr 2008 at 11:54