Sylvain Beucler wrote:

> The first time you connect to git.sv.gnu.org, you need to verify the
> host signature (which is correct here) and accept it. If you type no,
> SSH assumes you do not trust this host and closes the connection.
> Cf. http://savannah.gnu.org/maintenance/SshAccess

Here's what happens when I type yes:

$ git pull -r
The authenticity of host 'git.sv.gnu.org (199.232.41.69)' can't be established.
RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'git.sv.gnu.org' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

....

$ git pull -r
Permission denied (publickey).
fatal: The remote end hung up unexpectedly


> Well apparently your SSH key isn't accepted. Check your SSH keys in
> your user account configuration (i.e. does your id_dsa.pub matches
> what's in the Savannah web interface?)

Yes, it does. What next?

Thanks for helping, by the way.
- Mark



      


Reply via email to