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.
_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to