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 [email protected]
and
   svn co svn+ssh://[email protected]/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