PDA

View Full Version : ssh won't work...?!?


steveschutzbier
02-15-2002, 09:13 AM
folks,

i have a problem with os x.1.2 and the terminal. everytime i want to start ssh i get:
"OpenSSL version mismatch. Built against 90581f, you have 90602f"

what am i doin' wrong ? how can i fix that problem ?

thanks for any help !
steve

sao
02-15-2002, 01:25 PM
Hi steveschutzbier,

From Apple discussion board:

The error message received is:

OpenSSL version mismatch. Built against 90581f, you have 90602f
* *
--------------------------------

"Following up:

My problem was caused by having two different ssh versions installed simultaneously... one in /usr/local/bin [where the Stepwise package installed it] and one in /usr/bin [the newer Apple-supplied ssh].

"which ssh" found the _older_ version because /usr/local/bin was searched before /usr/bin owing to the "path" variable in my .cshrc file.

Removing the outdated /usr/local/bin/ssh* files (and /usr/local/bin/slogin too, I guess) fixed the problem. "

As an addendum, if you had been using scp, you should also delete that in /usr/local/bin/ since it's also in /usr/bin/ and the older one breaks once you remove ssh.
---------------------------------



It seems you have 2 binary's installed in your system...and you need to remove one or the other.

If you need support:

http://www.ssh.com/support/ssh/index.cfm


Hope it helps.

Cheers...

steveschutzbier
02-15-2002, 05:57 PM
hi sao !

i'm sorry to report you that your tip didn't work.
when i typ "which ssh" i just get ONE version:
path: /usr/bin/ssh

but it still won't work ?
any further ideas ?

what apple-forum are you talking about ? can you post me the link...!?!

thanks,
steve

sao
02-16-2002, 04:49 AM
Weird, I don't find that thread anymore.

Sorry about that.

But I found:

http://www.mail-archive.com/openssl-users@openssl.org/msg22762.html

http://ikonboard.macosx.org/cgi-bin/ikonboard2/topic.cgi?forum=3&topic=27

http://www.monkey.org/openbsd/archive/misc/0108/msg01241.html

http://communication.ucsd.edu/macintosh/Mac.Mail/0450.html


Cheers...

Dr-NiKoN
02-16-2002, 02:53 PM
What's the output of ssh -V?

I think your problem is that you have installed an older version of ssh in /usr/bin/

[localhost:~] tor% ssh -V
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f

You get:
"OpenSSL version mismatch. Built against 90581f, you have 90602f"

Try reinstalling ssh 2.9p2.

nikon

steveschutzbier
02-16-2002, 06:02 PM
hi nikon !

you're right !
ssh -v:
OpenSSL version mismatch. Built against 90581f, you have 90602f


but one thing:
HOW do i reinstall ssh ? i couldn't find it on the os x cd ?
i searched at versiontracker.com, but there's not version ?

sorry for this stupid reply - but where can i find a ssh-version matching ????
i'm so clueless as you see....


thank you so much !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
steve

sao
02-17-2002, 12:30 PM
Please, read my post at the following thread:

http://forums.macosxhints.com/showthread.php?s=&threadid=971

or read here:

http://www.stepwise.com/Articles/Workbench/2001-12-17.01.html

or go to download here:

http://www.openssh.org/

After installing, if you want to edit the configuration files, Gideon Softworks, Inc. has a Cocoa front end for controlling these files called "SSH Helper" and you can download at:

http://www.gideonsoftworks.com/sshhelper.html

Hope it helps.

Cheers...

steveschutzbier
02-18-2002, 09:42 AM
i guess the link to the stepwise-article is what i needed !

thanks so much for your help !
steve