Personal Scripts moving to personal git space ?

Michael Stone michael at laptop.org
Thu Feb 28 14:13:04 EST 2008


Ixo,

> But alas, the response from ssh
>     Permission denied (publickey).

This error message implies that git was unable to use your ssh-agent to
log in dev. In order for git to be able to use your ssh-agent, you need
to have the ssh-agent running and you need to set SSH_AUTH_SOCK to the
value printed by ssh-agent when it starts. You also need to add your ssh
keys to the agent.

Michael

P.S. - there's a handy script called 'keychain', available in most
distributions, that will handle these details for you on session
creation.



More information about the Devel mailing list