Hi folks,
I'm running ssh 1.2.26 on one box and running ssh 2.0.13 on two other.
Coming in to the 1.2.26 box from one of the 2.0.13 I get the following;
Executing /usr/local/bin/ssh1 for ssh1 compatibility.
Which works. And then coming in from the other 2.0.13 I get;
Disconnected; protocol version not supported (Illegal protocol version.).
I found out that /usr/local/bin/ssh1 was on only the functional 2.0.13 box
(Duh!).
I know that I had ssh version 1.2.25 installed on only one (the working
one) of the 2.0.13 boxes. So I "upgraded" one and "installed" on the
other.
It seems to me like the 2.0.x install creates some link to the ssh1
binaries if they are present at install. But what do you do after the
install when they were not present ? Copying the binaries over was not
enough even though the scripts look very similar. I actually tried the
ssh2_config from the working box on the other one, but no show.
What am I missing ?
Jean