From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24844 invoked by alias); 5 Aug 2010 23:10:54 -0000 Received: (qmail 24836 invoked by uid 22791); 5 Aug 2010 23:10:54 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Aug 2010 23:10:49 +0000 Received: by wwi17 with SMTP id 17so753829wwi.12 for ; Thu, 05 Aug 2010 16:10:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.232.144 with SMTP id n16mr9951253weq.1.1281049847575; Thu, 05 Aug 2010 16:10:47 -0700 (PDT) Received: by 10.216.172.209 with HTTP; Thu, 5 Aug 2010 16:10:47 -0700 (PDT) In-Reply-To: <20100803203035.19633.qmail@sourceware.org> References: <20100803203035.19633.qmail@sourceware.org> Date: Thu, 05 Aug 2010 23:10:00 -0000 Message-ID: Subject: Re: Welcome to sourceware.org From: Quentin Neill To: overseers@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00043.txt.bz2 On Tue, Aug 3, 2010 at 3:30 PM, wrote: > Your account is now active, the login name is qneill@sourceware.org. > Mail sent to that address is forwarded to quentin.neill.gnu@gmail.com. > This forwarding is a convenience so that people who reply directly to CVS > commit mail notes will not get a bounce--publicize it at your own risk. > If your involvement with the project ends at some point, the mail address > will become invalid and I will laugh evilly as people try in vain to > reach you. > > You should now have write access to the src repository with > SSH+CVS. =A0Here are lots of details about how to do things. > > [ snip ] Hi, Thanks for the recent CVS write access to binutils, I'm eager to contribute. I'm having problems using CVS+SSH on my first try. Where can I get some help with that? -------------Details----------- I'm using the DSA key I sent in to the original form (in ~/.ssh/id_dsa). I have a .ssh/config that has: Host sourceware.org Protocol 1 ForwardX11 no ForwardAgent no I try 'cvs -z9 -d:ext:qneill@sourceware.org:/cvs/src co binutils' and get "Permission denied." I try 'ssh -v qneill@sourceware.org appendkey <~/.ssh/id_dsa.pub' and get ... debug1: RSA authentication using agent refused. Permission denied. Any help? Is it because I'm using a DSA key? --=20 Quentin Neill