Hi Don, It is not always necessary to create deploy keys. If the same machine needs access to both repositories, you can simply create a new ssh key, add it to your account, then use it on the target machine.
Deploy keys are designed so that a machine has access to only a single repository, not every repository in your account. If the machine needs access to all the repositories, there is no issue with adding a new SSH key to your account and utilizing that. Thanks, -- Chris Wanstrath http://github.com/defunkt On Mon, Nov 10, 2008 at 12:58 AM, Don French <[EMAIL PROTECTED]> wrote: > > I have two projects that need to be deployed. I understand I have to > have two different keys. I am using a max under OSX 10.5.x. I have on > the first project a key setup using my account id on the mac. How do I > create another key for the second project? I work under one mac > account all the time. > > Thank you > Don French > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
