If you're using a git://... URL, there is no need for a key.  If you use a
g...@... URL you will either need a key on the server or ssh-agent
forwarding.  Generating a key on the server is probably the simpler route
there.
    Tekkub
    GitHub Tech Support
    http://support.github.com/
    Join us on IRC: #github on freenode.net
    Discussion group: [email protected]


On Wed, Sep 30, 2009 at 10:47 AM, Lee Hambley <[email protected]> wrote:

> Wayne,
>
> Check here for agent forwarding (on the list that is) and have a look at
> the SSH docs, you can configure it either in ~/.ssh/config on a per-host (or
> global, i think) basis, or add it to the :ssh_options hash for cap in your
> deploy.rb... that should forward your "agent" on to your deployment target,
> so when it communicates with github, it will use your key, via the forwarded
> agent.
>
> Come back if you need any help or find any good resources, and thanks for
> using pastie instead of spamming the list :-D
>
> -- Lee Hambley
>
> Twitter: @leehambley
> Blog: http://lee.hambley.name/
> Working with Rails: http://is.gd/1s5W1
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to