* [gentoo-user] [OT] Understanding sshd response
@ 2007-04-20 11:08 Mick
2007-04-20 11:30 ` Hans-Werner Hilse
0 siblings, 1 reply; 5+ messages in thread
From: Mick @ 2007-04-20 11:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1706 bytes --]
Hi All,
I am logging on to a branded Cisco router and I get this as a response:
===================================================
OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to <domain_name> [XX.XXX.XXX.XX] port 22.
debug1: Connection established.
debug1: identity file /home/michael/.ssh/id_rsa type -1
debug1: identity file /home/michael/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version RomCliSecure_4.12
debug1: no match: RomCliSecure_4.12
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.5
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client 3des-cbc hmac-sha1 none
debug1: kex: client->server 3des-cbc hmac-sha1 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: checking without port identifier
debug1: Host '<domain_name>' is known and matches the DSA host key.
debug1: Found key in /home/michael/.ssh/known_hosts:13
debug1: found matching key w/out port
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: password
debug1: Next authentication method: password
===================================================
What does this mean?
" Remote protocol version 2.0, remote software version RomCliSecure_4.12
debug1: no match: RomCliSecure_4.12 "
I am running net-misc/openssh-4.5_p1-r1.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] [OT] Understanding sshd response
2007-04-20 11:08 [gentoo-user] [OT] Understanding sshd response Mick
@ 2007-04-20 11:30 ` Hans-Werner Hilse
2007-04-20 13:10 ` Mick
0 siblings, 1 reply; 5+ messages in thread
From: Hans-Werner Hilse @ 2007-04-20 11:30 UTC (permalink / raw
To: gentoo-user
Hi,
On Fri, 20 Apr 2007 12:08:03 +0100 Mick <michaelkintzios@gmail.com>
wrote:
> What does this mean?
>
> " Remote protocol version 2.0, remote software version
> RomCliSecure_4.12 debug1: no match: RomCliSecure_4.12 "
That's in compat.c, l.58ff. (4.6pl1). There's a table with
server/application specific quirks. As it's written in the debug
output: There's no match for your SSH server's ID string.
As always, debug messages tend to be only understandable if you know a
bit of the application's code.
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] [OT] Understanding sshd response
2007-04-20 11:30 ` Hans-Werner Hilse
@ 2007-04-20 13:10 ` Mick
2007-04-21 16:32 ` Dan Farrell
2007-04-21 19:53 ` kashani
0 siblings, 2 replies; 5+ messages in thread
From: Mick @ 2007-04-20 13:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 941 bytes --]
On Friday 20 April 2007 12:30, Hans-Werner Hilse wrote:
> Hi,
>
> On Fri, 20 Apr 2007 12:08:03 +0100 Mick <michaelkintzios@gmail.com>
>
> wrote:
> > What does this mean?
> >
> > " Remote protocol version 2.0, remote software version
> > RomCliSecure_4.12 debug1: no match: RomCliSecure_4.12 "
>
> That's in compat.c, l.58ff. (4.6pl1). There's a table with
> server/application specific quirks. As it's written in the debug
> output: There's no match for your SSH server's ID string.
>
> As always, debug messages tend to be only understandable if you know a
> bit of the application's code.
Thanks HWH,
So there's nothing that I would need to do client wise to make my gentoo box
communicate 'better' with the server? This is almost a rhetorical question,
because I am not sure I can define 'better'. I just ask to see if there is
any setting client-wise that will improve compatibility.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] [OT] Understanding sshd response
2007-04-20 13:10 ` Mick
@ 2007-04-21 16:32 ` Dan Farrell
2007-04-21 19:53 ` kashani
1 sibling, 0 replies; 5+ messages in thread
From: Dan Farrell @ 2007-04-21 16:32 UTC (permalink / raw
To: gentoo-user
On Fri, 20 Apr 2007 14:10:11 +0100
Mick <michaelkintzios@gmail.com> wrote:
> So there's nothing that I would need to do client wise to make my
> gentoo box communicate 'better' with the server? This is almost a
> rhetorical question, because I am not sure I can define 'better'. I
> just ask to see if there is any setting client-wise that will improve
> compatibility.
It sounds like if your router had 'quirks', then yes your could improve
compatibility. your router plays nicely with others already, so
there's no need to treat it special.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] [OT] Understanding sshd response
2007-04-20 13:10 ` Mick
2007-04-21 16:32 ` Dan Farrell
@ 2007-04-21 19:53 ` kashani
1 sibling, 0 replies; 5+ messages in thread
From: kashani @ 2007-04-21 19:53 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> So there's nothing that I would need to do client wise to make my gentoo box
> communicate 'better' with the server? This is almost a rhetorical question,
> because I am not sure I can define 'better'. I just ask to see if there is
> any setting client-wise that will improve compatibility.
In regards to ssh-ing into Cisco routers, just be happy it actually
works. :-) It wasn't that long ago that they barely supported protocol 1
and interoperating with openssh was "interesting".
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-04-21 19:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-20 11:08 [gentoo-user] [OT] Understanding sshd response Mick
2007-04-20 11:30 ` Hans-Werner Hilse
2007-04-20 13:10 ` Mick
2007-04-21 16:32 ` Dan Farrell
2007-04-21 19:53 ` kashani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox