|
From: | Kaz Kylheku |
Subject: | Re: [Savannah-users] ssh public key rejected? |
Date: | Thu, 03 Nov 2011 12:42:05 -0700 |
User-agent: | Roundcube Webmail/0.4 |
[Replying with HTML to HTML]
Questions:
1. Did this work before? You know how to use ssh-agent right?
$ eval $(ssh-agent)
$ ssh-add /path/to/your/key # then enter password
2. Can you maybe show the output of "ssh -v <your-account>@git.sv.gnu.org"
On Thu, 3 Nov 2011 11:42:39 -0600, Nicolas Bock <address@hidden> wrote:
Hello Savannah,
I am having some issues with getting ssh to work:I made sure my public rsa key is registered with savannah. Now I am trying to clone my git repository using the ssh protocol like this:$ git clone ssh://git.sv.gnu.org/srv/git/freeon.gitCloning into freeon...Permission denied (publickey).fatal: The remote end hung up unexpectedlyHowever, the public key is denied. I am at a loss what could possibly be wrong here. Could someone help, please?Thanks,nick
[Prev in Thread] | Current Thread | [Next in Thread] |