From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97113 invoked by alias); 28 Oct 2015 11:39:19 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 97092 invoked by uid 89); 28 Oct 2015 11:39:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.214) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Oct 2015 11:39:18 +0000 Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 85C181A42A5; Wed, 28 Oct 2015 12:39:15 +0100 (CET) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 71FEB1A439D; Wed, 28 Oct 2015 12:39:15 +0100 (CET) Received: from lmr.u-strasbg.fr (lmr4.u-strasbg.fr [172.30.21.4]) by mr4.u-strasbg.fr (Postfix) with ESMTP id 4EDC61A42A5; Wed, 28 Oct 2015 12:39:13 +0100 (CET) Received: from lmr.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 23CF7AE; Wed, 28 Oct 2015 12:39:13 +0100 (CET) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by lmr4.u-strasbg.fr (Postfix) with ESMTPSA id DCB5E9A; Wed, 28 Oct 2015 12:39:10 +0100 (CET) From: "Pierre Muller" To: "'Andreas Schwab'" Cc: "'GDB Development'" References: <24370.3848952011$1446029041@news.gmane.org> In-Reply-To: Subject: RE: Question about SSH protocol for developper access Date: Wed, 28 Oct 2015 11:39:00 -0000 Message-ID: <000001d11175$441a11a0$cc4e34e0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-10/txt/msg00104.txt.bz2 > -----Message d'origine----- > De=A0: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] De la > part de Andreas Schwab > Envoy=E9=A0: mercredi 28 octobre 2015 11:55 > =C0=A0: Pierre Muller > Cc=A0: 'GDB Development' > Objet=A0: Re: Question about SSH protocol for developper access >=20 > "Pierre Muller" writes: >=20 > > what are the reasons why GNU still insists on only using version 1 > keys? >=20 > Does it? Are you sure you have installed a version 2 key on > sourceware? I always thought that shell access was not authorized on sourceware.org machine... And indeed: =20 $ ssh muller@sourceware.org Enter passphrase for RSA key '/home/Pierre/.ssh/identity': Last login: Wed Oct 28 11:23:17 2015 from gw-ics.u-strasbg.fr Connection to sourceware.org closed. scp also fails, so I have no idea how I could add another key by myself. Pierre =20