Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'ssh still not working' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
ssh still not working
Authored by: ericcase on Sep 29, '01 10:43:29PM

I tried the cleanup command from Stepwise and SSH is still giving me the "version mismatch" error. :(<p>What else can I try? Is there any way of doing a "clean-reinstall" of SSH?<p>Thanks in advance for your help...



[ Reply to This | # ]
ssh still not working
Authored by: c.i.t on Sep 30, '01 01:48:07AM

same here :-(



[ Reply to This | # ]
ssh still not working
Authored by: nicocab on Oct 09, '01 01:23:07AM

I am also experiencing this problem. Is there a fix???

Many Thanks!



[ Reply to This | # ]
ssh still not working
Authored by: ronin on Oct 09, '01 12:41:47PM

What you could do is download the pre-packaged latest version of OpenSSH from:

http://prdownloads.sourceforge.net/gnu-darwin/OpenSSH-2.9.9gd_2.tgz

Once you run a gnutar -xvf on it, you should see a bunch of folders (bin, lib, sbin, etc.) with files in 'em. All you gotta do then is copy or move those files into the correct places in your directory. So:

bin files -> /usr/bin
sbin files -> /usr/sbin
lib files -> /usr/lib
etc files -> /private/etc
man files -> /usr/share/man

Make sure you're the root user before you do the unpacking and cp/mv'ing.

Anyway, it's a more tedious way to do it but ssh works for me fine now.



[ Reply to This | # ]
ssh still not working
Authored by: mjn on Oct 09, '01 01:55:40PM

If you run the cleanup script from StepWise and then re-run the 10.1 installer, SSH will work properly.



[ Reply to This | # ]