From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1739 invoked by alias); 18 Dec 2014 07:42:58 -0000 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 Received: (qmail 1727 invoked by uid 89); 18 Dec 2014 07:42:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f175.google.com Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 18 Dec 2014 07:42:56 +0000 Received: by mail-lb0-f175.google.com with SMTP id u10so490913lbd.20 for ; Wed, 17 Dec 2014 23:42:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=bffUQW+aweIRgbUr99etsrmN5B3WzMFtGIuAZsgxQkA=; b=UTJznhLIb5qdaaEpS5en9B27y7UzMPnWhwDLYPQmtx4kkD06qYElO2Qx0/P6NaCeGR OZQn7pvXjjCQfSp64UpLdrrQk+v8v+40se6AKCXi/66FgdxPZpFH+N85ptusMu872AOm tSZnftM7hjY28kV7R5Qru+tD/aFT8tAS4YFK+rSPhIvkwR0PiDoUhlarIPqfRi5h/9Ih qutDLRy985wO2Sj3fr1aqcIeDLrXyJ14PKHoo2SmURDc35Omd8UVIPGrMGYb+D2bJzdp 4ZY3XJMeJ/qLrarXfzS9nLmRpGimb4wjQ/C7xz7uM7mC5JWYN5tKFMcK+NAFqOmDcJit PlXw== X-Gm-Message-State: ALoCoQm/xqDbNd66kH9B75MBHHlxg4UgIDNQaw9OBAXbw+6iHCIBEQiF8htuAI0BOk8OOqnV6I+U MIME-Version: 1.0 X-Received: by 10.152.26.201 with SMTP id n9mr761413lag.50.1418888573114; Wed, 17 Dec 2014 23:42:53 -0800 (PST) Received: by 10.25.211.16 with HTTP; Wed, 17 Dec 2014 23:42:53 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Dec 2014 12:44:00 -0000 Message-ID: Subject: Re: not able to access svn+ssh for gcc From: Prathamesh Kulkarni To: Ian Lance Taylor Cc: overseers@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-q4/txt/msg00119.txt.bz2 On 18 December 2014 at 10:11, Ian Lance Taylor wrote: > Prathamesh Kulkarni writes: > >> I recently got write access to gcc svn trunk (prathamesh3492@gcc.gnu.org). >> When I try to access svn, >> with svn ls svn+ssh://prathamesh3492@gcc.gnu.org/svn/gcc >> I get following error: >> Permission denied (publickey). >> svn: E210002: Unable to connect to a repository at URL >> 'svn+ssh://prathamesh3492@gcc.gnu.org/svn/gcc' >> svn: E210002: To better debug SSH connection problems, remove the -q >> option from 'ssh' in the [tunnels] section of your Subversion >> configuration file. >> svn: E210002: Network connection closed unexpectedly >> >> svn ls svn://gcc.gnu.org/svn/gcc works fine (similarly for other svn commands). >> I have the same id_rsa.pub (attached) in my .ssh directory as the one >> I uploaded. > > The file you attached is not the one on sourceware. The one on > sourceware has the same "bilbo@bilbo-Ideapad-Z560" identifier but has > different contents. Indeed. I am now able to access svn+ssh. Sorry for the noise. Regards, Prathamesh > > Ian