On 01/29/2010 11:50 AM, -rr wrote:
> Hello,
> 
> I got Gitorious up and running.  Everything seems to be working fine,
> except I can't seem to push.
> 
> Even though my ssh key shows up in the git users ~/.ssh/
> authorized_keys file in the format expected.
> 
> The key works with gitorious.org, and with sourcerepo.com's git
> repo's.
> 
> What should be happening is I get a dialog box asking for the password
> to my key, not an ssh dialog asking me for the git users password.
> 
> Is there something I am missing?

Try making sure that your private key is loaded into ssh-agent and/or
specified in your ~/.ssh/config file like so:

Host mygitorioushost
IdentityFile ~/.ssh/myprivkey

--Jeff

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to