Closed bruman closed 11 years ago
To answer your question: I have not been able to personally test it in OS X 10.8
though I know other users have reported it works just fine.
I'm not sure about this bug, the only times I see something similar to this is when a connection cannot be completed within the given window of time (by default is now 15 s
). A suggestion might be increasing the timeout to something like 50 s
. Doing this has done the trick for me in the past. I've been trying to catch this bug for quite a while now but haven't been successful.
The general solution that I've seen for this is to use public keys (of course if you have the option to do so), this tutorial seems to be very direct, though if you search in google you might find a better/simpler tutorial.
A side-note on this is that you should only require OSX FUSE with the FUSE compatibility layer to have a functional version of the software. I don't really think this might be the root of the problem but nonetheless it is worth mentioning it.
I recently updated my machine to 10.8 and found this exact same problem. After some usage of the OS, some other programs were also malfunctioning so I realized this had to be 10.8 and a big change that Apple made to the OS that removed a dependency etc. While working on other things and still having this problem in mind, it was brought to my attention that Apple removed X11 from the OS installation. Some of the functionality for the underlying infrastructure that's built around OpenSSH has dependencies in X11.
The specific details are that the mechanism that Macfusion uses to open a connection is making a system call to sshfs
which in turns makes usage of OpenSSH to create the connection and find an authentication method. The first thing it tries to do is to read a publickey, if there is not a public key it then tries to read a password. The trick here is that if there is an environment variable SSH_ASKPASS
, this variable should point to a program that will print the password to standard output, then OpenSSH will read this password and if authorized the connection will begin all this happens in a non-interactive session and in the background.
The solution is to install XQuartz. Note that you will need admin privileges so either ask your admin to install this system wide or do it yourself. Cool thing about this is that Apple supports the development of this project, so it does not seem like the type of project that is going to die for lack of development.
I've updated the README.md
file to reflect that this is now a dependency, see 7b587d9.
For more information about the SSH authentication methods etc, please see this link.
X11 is too mainstream so Apple removed it from the OS installation; you have to manually install XQuartz to fix this problem.
I just upgraded 10 10.8.2 from 10.6 and I am having issues getting mac macfusion to work
I have tried a bunch of stuff, installed osxfuse, install sshfs from osxfuse, and upgrading to your version of macfusion (Version 2.0.5-dev (7e9052e)
I am getting
From the command line
Works
Also works, but with the error.
I have seen a bunch of posts about issues with 10.8.2. So my first question is, Does it work on 10.8.2
My second is any suggestions?