public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* not able to access svn+ssh for gcc
@ 2014-12-18  7:50 Prathamesh Kulkarni
  2014-12-18  7:58 ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: Prathamesh Kulkarni @ 2014-12-18  7:50 UTC (permalink / raw)
  To: overseers

[-- Attachment #1: Type: text/plain, Size: 3629 bytes --]

Hi,
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.
All files within .ssh/ have permissions: 600.

ssh -v output for svn+ssh://prathamesh3492@gcc.gnu.org/svn/gcc
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to gcc.gnu.org [209.132.180.131] port 22.
debug1: Connection established.
debug1: identity file /home/bilbo/.ssh/id_rsa type 1
debug1: identity file /home/bilbo/.ssh/id_rsa-cert type -1
debug1: identity file /home/bilbo/.ssh/id_dsa type -1
debug1: identity file /home/bilbo/.ssh/id_dsa-cert type -1
debug1: identity file /home/bilbo/.ssh/id_ecdsa type -1
debug1: identity file /home/bilbo/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/bilbo/.ssh/id_ed25519 type -1
debug1: identity file /home/bilbo/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-8
debug1: Remote protocol version 1.99, remote software version OpenSSH_5.3
debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23
debug1: Host 'gcc.gnu.org' is known and matches the RSA host key.
debug1: Found key in /home/bilbo/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/bilbo/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Offering DSA public key: /home/bilbo/.ssh/id_dsa
debug1: Authentications that can continue: publickey
debug1: Offering RSA public key: /home/bilbo/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/bilbo/.ssh/id_dsa
debug1: Trying private key: /home/bilbo/.ssh/id_ecdsa
debug1: Trying private key: /home/bilbo/.ssh/id_ed25519
debug1: No more authentication methods to try.
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

Could you please let me know if I have any wrong setup
at my side ?

Thank you,
Prathamesh

[-- Attachment #2: id_rsa.pub --]
[-- Type: application/vnd.ms-publisher, Size: 406 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: not able to access svn+ssh for gcc
  2014-12-18  7:50 not able to access svn+ssh for gcc Prathamesh Kulkarni
@ 2014-12-18  7:58 ` Ian Lance Taylor
  2014-12-18 12:44   ` Prathamesh Kulkarni
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Lance Taylor @ 2014-12-18  7:58 UTC (permalink / raw)
  To: Prathamesh Kulkarni; +Cc: overseers

Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> 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.

Ian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: not able to access svn+ssh for gcc
  2014-12-18  7:58 ` Ian Lance Taylor
@ 2014-12-18 12:44   ` Prathamesh Kulkarni
  0 siblings, 0 replies; 3+ messages in thread
From: Prathamesh Kulkarni @ 2014-12-18 12:44 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: overseers

On 18 December 2014 at 10:11, Ian Lance Taylor <ian@airs.com> wrote:
> Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-18  7:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-18  7:50 not able to access svn+ssh for gcc Prathamesh Kulkarni
2014-12-18  7:58 ` Ian Lance Taylor
2014-12-18 12:44   ` Prathamesh Kulkarni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).