#2802 Error checking out via svn
Closed: Fixed None Opened 12 years ago by jameslabocki.

= phenomenon =
A user of the aqueduct project is not able to successfully checkout code from the subversion repository.

userid=prayther

They have completed the contributor agreement and attached id_rsa.pub to their account. I have added them to the group svnaqueduct and upgraded their account to "administrator". The verbose output from their attempted checkout can be seen below. Can you please assist us?

= reason =
[aprayther@apray-chs-e6420 ~]$ svn co svn+ssh://svn.fedorahosted.org/svn/aqueduct
OpenSSH_5.6p1, OpenSSL 1.0.0d-fips 8 Feb 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for
debug1: Connecting to svn.fedorahosted.org [66.135.52.17] port 22.
debug1: Connection established.
debug1: identity file /home/aprayther/.ssh/id_rsa type 1
debug1: identity file /home/aprayther/.ssh/id_rsa-cert type -1
debug1: identity file /home/aprayther/.ssh/id_dsa type -1
debug1: identity file /home/aprayther/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH_4

debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.6
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<1024<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: Host 'svn.fedorahosted.org' is known and matches the RSA host key.
debug1: Found key in /home/aprayther/.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/aprayther/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/aprayther/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).
svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: Network connection closed unexpectedly
[aprayther@apray-chs-e6420 ~]$

= recommendation =


Their remote id/login seems to be: aprayther but their fedora account is: prayther

Have them try:

svn co svn+ssh://prayther@svn.fedorahosted.org/svn/aqueduct

Or setup a .ssh/config file that uses that login for svn.fedorahosted.org

Is this issue solved?

I'll go and close it, but feel free to re-open this ticket if the problems are persisting.

Login to comment on this ticket.

Metadata