Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] [OT] Understanding sshd response
Date: Fri, 20 Apr 2007 11:16:00
Message-Id: 200704201208.21206.michaelkintzios@gmail.com
1 Hi All,
2
3 I am logging on to a branded Cisco router and I get this as a response:
4 ===================================================
5 OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006
6 debug1: Reading configuration data /etc/ssh/ssh_config
7 debug1: Connecting to <domain_name> [XX.XXX.XXX.XX] port 22.
8 debug1: Connection established.
9 debug1: identity file /home/michael/.ssh/id_rsa type -1
10 debug1: identity file /home/michael/.ssh/id_dsa type 2
11 debug1: Remote protocol version 2.0, remote software version RomCliSecure_4.12
12 debug1: no match: RomCliSecure_4.12
13 debug1: Enabling compatibility mode for protocol 2.0
14 debug1: Local version string SSH-2.0-OpenSSH_4.5
15 debug1: SSH2_MSG_KEXINIT sent
16 debug1: SSH2_MSG_KEXINIT received
17 debug1: kex: server->client 3des-cbc hmac-sha1 none
18 debug1: kex: client->server 3des-cbc hmac-sha1 none
19 debug1: sending SSH2_MSG_KEXDH_INIT
20 debug1: expecting SSH2_MSG_KEXDH_REPLY
21 debug1: checking without port identifier
22 debug1: Host '<domain_name>' is known and matches the DSA host key.
23 debug1: Found key in /home/michael/.ssh/known_hosts:13
24 debug1: found matching key w/out port
25 debug1: ssh_dss_verify: signature correct
26 debug1: SSH2_MSG_NEWKEYS sent
27 debug1: expecting SSH2_MSG_NEWKEYS
28 debug1: SSH2_MSG_NEWKEYS received
29 debug1: SSH2_MSG_SERVICE_REQUEST sent
30 debug1: SSH2_MSG_SERVICE_ACCEPT received
31 debug1: Authentications that can continue: password
32 debug1: Next authentication method: password
33 ===================================================
34
35 What does this mean?
36
37 " Remote protocol version 2.0, remote software version RomCliSecure_4.12
38 debug1: no match: RomCliSecure_4.12 "
39
40 I am running net-misc/openssh-4.5_p1-r1.
41 --
42 Regards,
43 Mick

Replies

Subject Author
Re: [gentoo-user] [OT] Understanding sshd response Hans-Werner Hilse <hilse@×××.de>