|
From: | Antonio Ceballos |
Subject: | Re: [savannah-help-public] subversion problem with GNU project |
Date: | Fri, 2 Jan 2015 14:09:19 +0100 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |