Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ssh hanging ... why?
Date: Wed, 18 Sep 2013 09:53:13
Message-Id: 523977FD.6060704@xunil.at
1 I am fiddling with accessing a server ...
2
3 "ssh -v" from my desktop hangs at:
4
5 # ssh -v $HOSTIP
6 OpenSSH_6.2p2-hpn14v1, OpenSSL 1.0.1e 11 Feb 2013
7 debug1: Reading configuration data /root/.ssh/config
8 debug1: Reading configuration data /etc/ssh/ssh_config
9 debug1: Connecting to *edited*
10 debug1: fd 3 clearing O_NONBLOCK
11 debug1: Connection established.
12 debug1: permanently_set_uid: 0/0
13 debug1: identity file /root/.ssh/id_rsa type 1
14 debug1: identity file /root/.ssh/id_rsa-cert type -1
15 debug1: identity file /root/.ssh/id_dsa type -1
16 debug1: identity file /root/.ssh/id_dsa-cert type -1
17 debug1: identity file /root/.ssh/id_ecdsa type -1
18 debug1: identity file /root/.ssh/id_ecdsa-cert type -1
19 debug1: Enabling compatibility mode for protocol 2.0
20 debug1: Local version string SSH-2.0-OpenSSH_6.2p2-hpn14v1
21 debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2
22 debug1: match: OpenSSH_4.2 pat OpenSSH_4*
23 debug1: Remote is NON-HPN aware
24 debug1: SSH2_MSG_KEXINIT sent
25 debug1: SSH2_MSG_KEXINIT received
26 debug1: AUTH STATE IS 0
27 debug1: REQUESTED ENC.NAME is 'aes128-ctr'
28 debug1: kex: server->client aes128-ctr hmac-md5 none
29 debug1: REQUESTED ENC.NAME is 'aes128-ctr'
30 debug1: kex: client->server aes128-ctr hmac-md5 none
31 debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
32 debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
33
34
35 runs into timeout.
36
37 ---
38
39 On a second machine in my LAN I am able to ssh into that server.
40
41 At first I suspected the IPSEC-tunnel from my router ... but that isn't
42 the problem.
43
44 I will test from the thinkpad as well ... looks like something on my
45 desktop is broken.
46
47 Rebuilt openssh already.
48
49 Maybe I should downgrade for testing ...
50
51 The problematic box: net-misc/openssh-6.2_p2-r4
52 The working box: net-misc/openssh-5.9_p1-r4
53
54 Does anyone else also see this issues?
55
56 Stefan

Replies

Subject Author
Re: [gentoo-user] ssh hanging ... why? "Stefan G. Weichinger" <lists@×××××.at>
[gentoo-user] re ssh hangs James <wireless@×××××××××××.com>