From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12406 invoked by alias); 25 Apr 2005 01:26:30 -0000 Mailing-List: contact overseers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 12328 invoked from network); 25 Apr 2005 01:26:23 -0000 Received: from unknown (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org with SMTP; 25 Apr 2005 01:26:23 -0000 Received: (qmail 2960 invoked by uid 10); 25 Apr 2005 01:26:22 -0000 Received: (qmail 25993 invoked by uid 500); 25 Apr 2005 01:26:13 -0000 To: bud davis Cc: overseers@gcc.gnu.org Subject: Re: gcc cvs access via ssh References: <1114389564.15719.2.camel@localhost.localdomain> From: Ian Lance Taylor Date: Mon, 25 Apr 2005 01:26:00 -0000 In-Reply-To: <1114389564.15719.2.camel@localhost.localdomain> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-q2/txt/msg00026.txt.bz2 bud davis writes: > after a new OS install i can't access cvs for gcc. > > here is the error messages: > > [bdavis@localhost ~/gfc]$ cvs -z9 co gccc > The authenticity of host 'gcc.gnu.org (12.107.209.250)' can't be > established. > RSA key fingerprint is 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23. > Are you sure you want to continue connecting (yes/no)? cvs [checkout > aborted]: received interrupt signal > [bdavis@localhost ~/gfc]$ cvs -z9 co gcc > The authenticity of host 'gcc.gnu.org (12.107.209.250)' can't be > established. > RSA key fingerprint is 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'gcc.gnu.org,12.107.209.250' (RSA) to the > list of known hosts. > Permission denied (publickey,keyboard-interactive). > cvs [checkout aborted]: end of file from server (consult above messages > if any) > [bdavis@localhost ~/gfc]$ echo CVSROOT > CVSROOT > [bdavis@localhost ~/gfc]$ echo $CVSROOT > :ext:bdavis@gcc.gnu.org:/cvsroot/gcc I note that your .ssh/known_hosts file changed. Do you still have your private SSH keys? I note that your authorized SSH key on gcc.gnu.org is a v1 RSA key. You may need to put something like this in your .ssh/config file: host gcc.gnu.org protocol 1 Ian