On Sat, 23 Sep 2006, Dennis Clarke wrote:
>
>Did the software version string change somewhere along the lines ?
>
>this is a snv_46 machine contacting a Sol10GA box :
>
>debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.1
>debug1: no match: Sun_SSH_1.1
this is about bug compatibility, and there is no problem with
Sun_SSH_1.1. See compat_datafellows() in libssh/common/compat.c if you are
interested.
I guess we might include this version with 0 as it is for OpenSSH as
a placeholder for newer versions when there is no bug compatibility to
enable:
{ "OpenSSH*", 0 },
which is why you can see eg. this (note 'pat'):
debug1: match: OpenSSH_4.2p1 FreeBSD-20050903 pat OpenSSH*
I will take a look at that. However, it's not a real problem since
the bug compatibility variable is initialized to zero anyway.
Jan.
>debug1: Enabling compatibility mode for protocol 2.0
>debug1: Local version string SSH-2.0-Sun_SSH_1.1
>
>However :
>
>./usr/src/cmd/ssh/Makefile.ssh-common in snv_20060918 says
>
> SSH_VERSION=\"Sun_SSH_1.1\"
>
>But I seem to have :
>
> Local version string SSH-2.0-Sun_SSH_1.1
>
>or am I looking in the wrong place ?
>
>
>Also, and perhaps unrelated, I downloaded this :
>
> sol-10-encrypt-GA-iso.zip
>
>It says Sol-10 and GA on it. Am I safe to install it into a snv_46+ server
>or am I playing with fire here ?
>
>
>
--
Jan Pechanec
_______________________________________________
opensolaris-discuss mailing list
[email protected]