On Wed, Sep 06, 2006 at 01:00:43PM -0400, Dennis Clarke wrote:
> > which is the main reason the that from day one of its integration into
> > the Solaris 9 source base it identified itself as Sun_SSH.
>
> # cd /usr/share
> # find . -type f | xargs grep -i sun_ssh
> #
[ other attempts to find sun_ssh snipped ]
When Darren said "identified itself", he meant quite more actively than in
the filesystem:
solaris% ssh -v localhost true |& grep -i sun
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.1
debug1: no match: Sun_SSH_1.1
debug1: Local version string SSH-2.0-Sun_SSH_1.1
as compared to openssh:
linux% ssh -v localhost true |& grep -i openssh
OpenSSH_4.3p2, OpenSSL 0.9.7j 04 May 2006
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH*
debug1: Local version string SSH-2.0-OpenSSH_4.3
The man page calling it openssh is probably a bug, yeah.
Danek
_______________________________________________
opensolaris-discuss mailing list
[email protected]