mainSavannah Administration - Support: sr #107354, Subversion: svn+ssh commit yields...

 
 

sr #107354: Subversion: svn+ssh commit yields "svn: Network connection closed unexpectedly"

Submitter:  Joel J. Adamson <trashbird1240>
Submitted:  Tue 04 May 2010 06:12:11 PM UTC
   
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 31 Jul 2011 10:06:32 PM UTC, comment #5: 
Anonymous
Wed 05 May 2010 06:00:08 PM UTC, comment #4: 

I solved this: I needed to `ssh-add' my new key since I am using seahorse-agent.

# ssh-add
Identity added: /home/joel/.ssh/id_rsa (/home/joel/.ssh/id_rsa)

Joel J. Adamson <trashbird1240>
Tue 04 May 2010 07:38:54 PM UTC, comment #3: 

Here's some more error output, from ssh:

chondestes: ~/tmp > ssh -v -email is unavailable-
OpenSSH_5.3p1, OpenSSL 1.0.0-fips-beta4 10 Nov 2009
debug1: Reading configuration data /home/joel/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to svn.savannah.nongnu.org [140.186.70.72] port 22.
debug1: Connection established.
debug1: identity file /home/joel/.ssh/identity type -1
debug1: identity file /home/joel/.ssh/id_rsa type 1
debug1: identity file /home/joel/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5
debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3
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.savannah.nongnu.org' is known and matches the RSA host key.
debug1: Found key in /home/joel/.ssh/known_hosts:11
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
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 public key: /home/joel/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 277
Agent admitted failure to sign using the key.
debug1: Trying private key: /home/joel/.ssh/identity
debug1: Trying private key: /home/joel/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).

Joel J. Adamson <trashbird1240>
Tue 04 May 2010 07:19:47 PM UTC, comment #2: 

Here is the exact command and output

chondestes: ~/Public/src/haploid > svn commit -m "see ChangeLog"
svn: Commit failed (details follow):
svn: Network connection closed unexpectedly
chondestes: ~/Public/src/haploid >

Joel J. Adamson <trashbird1240>
Tue 04 May 2010 07:16:10 PM UTC, comment #1: 

I checked out using:

# svn co svn+ssh://trashbird1240@svn.savannah.nongnu.org/haploid/haploid/trunk haploid

and when I commit I use:

# svn commit -m "see ChangeLog"

Under both I get the error

Joel J. Adamson <trashbird1240>
Tue 04 May 2010 06:12:11 PM UTC, original submission:  

Hi There,

I checked out my repository (haploid) last week using svn+ssh and now when I try to commit or checkout I get

svn: Network connection closed unexpectedly

I have generated new RSA public keys and entered them and waited an hour (on two different machines where I have had this problem).

Joel J. Adamson <trashbird1240>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mjflick (Updated the item)
  • -email is unavailable- added by trashbird1240 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-08-07 mjflick Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code