[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 @git.sv.gnu.org" On Thu, 3 Nov 2011 11:42:39 -0600, Nicolas Bock 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.git [1] Cloning into freeon... Permission denied (publickey). fatal: The remote end hung up unexpectedly However, the public key is denied. I am at a loss what could possibly be wrong here. Could someone help, please? Thanks, nick Links: ------ [1] http://git.sv.gnu.org/srv/git/freeon.git