From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PsAe8-0004N4-Mp for garchives@archives.gentoo.org; Wed, 23 Feb 2011 09:04:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AF7E1C041 for ; Wed, 23 Feb 2011 09:04:31 +0000 (UTC) Received: from smtpq2.gn.mail.iss.as9143.net (smtpq2.gn.mail.iss.as9143.net [212.54.34.165]) by pigeon.gentoo.org (Postfix) with ESMTP id 768A81C002 for ; Wed, 23 Feb 2011 08:42:28 +0000 (UTC) Received: from [212.54.34.144] (helo=smtp13.gn.mail.iss.as9143.net) by smtpq2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1PsAIl-0005JU-Q0 for gentoo-user@lists.gentoo.org; Wed, 23 Feb 2011 09:42:27 +0100 Received: from 5ed3454e.cm-7-4b.dynamic.ziggo.nl ([94.211.69.78] helo=data.antarean.org) by smtp13.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1PsAIj-0000Jh-QS for gentoo-user@lists.gentoo.org; Wed, 23 Feb 2011 09:42:25 +0100 Received: from localhost (localhost [127.0.0.1]) by data.antarean.org (Postfix) with ESMTP id 833972569 for ; Wed, 23 Feb 2011 09:46:13 +0100 (CET) X-Virus-Scanned: amavisd-new at antarean.org Received: from data.antarean.org ([127.0.0.1]) by localhost (data.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N3ETsCKSTGpR for ; Wed, 23 Feb 2011 09:46:13 +0100 (CET) Received: from eve.localnet (eve.lan.antarean.org [10.20.13.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by data.antarean.org (Postfix) with ESMTPS id 55968174C for ; Wed, 23 Feb 2011 09:46:13 +0100 (CET) From: Joost Roeleveld To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ssh problem Date: Wed, 23 Feb 2011 09:42:24 +0100 User-Agent: KMail/4.6 beta4 (Linux/2.6.36-gentoo-r5; KDE/4.6.0; x86_64; ; ) In-Reply-To: References: <4D63A165.4000007@optonline.net> 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Message-Id: <20110223084613.833972569@data.antarean.org> X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1PsAIj-0000Jh-QS X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-0.928, vereist 5, BAYES_00 -1.90, RDNS_DYNAMIC 0.98, T_RP_MATCHES_RCVD -0.01) X-ZiggoSMTP-MailScanner-From: joost@antarean.org X-Spam-Status: No X-Archives-Salt: X-Archives-Hash: e7a64f6152e21481878e8ff06550342e On Tuesday 22 February 2011 14:51:31 Mick wrote: > On 22 February 2011 14:19, wrote: > > ----- Original Message ----- > > From: Mick > > > >> There was a change in the default ssh encryption algorithm. You may > >> want to check if that is causing the problem. > > > > How would I do that? > > By examining your config files? Previously your keys would be in > ~/.ssh/id_dsa[rsa].pub, but now with ECDSA being the default they > would be in ~/.ssh/id_ecdsa.pub > > I recall something being mentioned in the elog asking to regenerate > the key-pair. > > HTH. If this is the case, you could try speciying your key on the command-line using the "-i" flag: # ssh -i .ssh/id_dsa.pub Replace the file with the one on your machine. HTH, Joost