savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [savannah-help-public] subversion problem with GNU project


From: Assaf Gordon
Subject: Re: [savannah-help-public] subversion problem with GNU project
Date: Thu, 1 Jan 2015 18:35:36 -0700

Hello Antonio,

I could perhaps offer couple of things to check:

1. Your user name on Savannah seems to be 'aceballos':
http://savannah.gnu.org/users/aceballos

Please verify the SSH and SVN commands are using this username, as in:

   ssh address@hidden
and
   svn co svn+ssh://address@hidden/chess/modulename

From a cursory look in the log files, I can't find any login attempts using 
this username.

2. You have one public key in the GNU Savannah database.
Please ensure you are using the corresponding private-key for this public-key - 
otherwise you will get "permission denied".
The fingerprint of the public key we have in the database is:
    $ ssh-keygen -lf /tmp/aceballos.pub.key 
    2048 58:fc:d4:2e:50:31:55:4e:2e:56:8d:a6:f9:84:a5:e3 /tmp/aceballos.pub.key 
(RSA)

And to check the public key on your local computer the command should be 
something like:
    $ ssh-keygen -lf ~/.ssh/id_rsa.pub


Hope this helps,
 - Assaf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]