From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 810241381F3 for ; Wed, 18 Sep 2013 09:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D38AE0ABB; Wed, 18 Sep 2013 09:53:06 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A9ADE09BA for ; Wed, 18 Sep 2013 09:53:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id CD889123F8 for ; Wed, 18 Sep 2013 11:53:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1379497983; bh=tyZJYZFralkat/mTx/fZKZiVIha658mCAXKa8WLeC6w=; h=Date:From:Reply-To:To:Subject; b=JLe4lkY2iX5cjjYmMx2MWp7XoJEIkZvbntmZ/DdPo/8hOYkPVVFMiWuXvBOyYKYzg EneTYryYinRXd3iQTPJ5fR/DOpB+vKVQWOr165E3ovRjW5mz1YwrkYY241/SHVhbBP 41oOLh5mLLUgk0UuBTxru8CLs7WCFIIePasMPRxI= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 03826-09 for ; Wed, 18 Sep 2013 11:53:02 +0200 (CEST) Received: from hiro.oops.intern (mail.oops.co.at [213.129.238.225]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 35DC7123ED for ; Wed, 18 Sep 2013 11:53:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1379497982; bh=tyZJYZFralkat/mTx/fZKZiVIha658mCAXKa8WLeC6w=; h=Date:From:Reply-To:To:Subject; b=OxSXx1XNdhjxNSdtHgQvqLKT+ivYTcHg6kSjxRNdDgGgO4CnWDNqkhrLMHzEZQn8l cl0nzMfWywZJUtgtBA4fTh8O0TZsdNBlCMM4mmT1QpCpM1iZwYcbAcgZGp/haTygLm /0ut3M8wyjeCOn3zYKcTBeCSaEOdXXZeC2xudSSE= Message-ID: <523977FD.6060704@xunil.at> Date: Wed, 18 Sep 2013 11:53:01 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130807 Thunderbird/17.0.8 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] ssh hanging ... why? X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 4fbd72e9-1f24-4727-8838-80d7516e97d6 X-Archives-Hash: 2380e3280330cd2cce680dd44197bb9f I am fiddling with accessing a server ... "ssh -v" from my desktop hangs at: # ssh -v $HOSTIP OpenSSH_6.2p2-hpn14v1, OpenSSL 1.0.1e 11 Feb 2013 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to *edited* debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: permanently_set_uid: 0/0 debug1: identity file /root/.ssh/id_rsa type 1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_6.2p2-hpn14v1 debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2 debug1: match: OpenSSH_4.2 pat OpenSSH_4* debug1: Remote is NON-HPN aware debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: AUTH STATE IS 0 debug1: REQUESTED ENC.NAME is 'aes128-ctr' debug1: kex: server->client aes128-ctr hmac-md5 none debug1: REQUESTED ENC.NAME is 'aes128-ctr' debug1: kex: client->server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP runs into timeout. --- On a second machine in my LAN I am able to ssh into that server. At first I suspected the IPSEC-tunnel from my router ... but that isn't the problem. I will test from the thinkpad as well ... looks like something on my desktop is broken. Rebuilt openssh already. Maybe I should downgrade for testing ... The problematic box: net-misc/openssh-6.2_p2-r4 The working box: net-misc/openssh-5.9_p1-r4 Does anyone else also see this issues? Stefan