Re: How to use multiple SSH keys on Git exe (not bash)

2018-01-10 Thread Sam Millman
Aha, thanks, I'll go annoy them :P On 10 January 2018 at 16:29, Randall S. Becker wrote: > OpenSSH generally. Other providers (and platform providers) exist as well. It > is hard to know which is really involved, but not git. > >> -Original Message- >> From: Sa

Re: How to use multiple SSH keys on Git exe (not bash)

2018-01-10 Thread Sam Millman
ter belongs there > and you're likely to get more detailed information from that team. > Sincerely, > Randall > >> -Original Message- >> From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On >> Behalf Of Sam Millman >> Sent: January 10,

Re: How to use multiple SSH keys on Git exe (not bash)

2018-01-10 Thread Sam Millman
actually work, it seems it is the Host * that make sit work and it will actually iterate the keys and try them. Not sure why this is, any thoughts? On 10 January 2018 at 15:58, Ævar Arnfjörð Bjarmason wrote: > > On Wed, Jan 10 2018, Sam Millman jotted: > >> I am trying, for the s

Re: How to use multiple SSH keys on Git exe (not bash)

2018-01-10 Thread Sam Millman
That would mean I would need to change the case for a letter everytime I have a repo with a new key, that would mean I would be restricted to 12 client repos at a time :\, seems very hacky to me On 10 January 2018 at 15:58, Randall S. Becker wrote: > On January 10, 2018 10:31 AM Sam Mill

Re: How to use multiple SSH keys on Git exe (not bash)

2018-01-10 Thread Sam Millman
result. The weird thing is, I have two public keys as well and they both load in the ssh . exe (they return errors about format), I just cannot get my ssh . exe to work with multiple private keys. On 10 January 2018 at 15:29, Sam Millman wrote: > I am trying, for the sake of PhpStorm, to get multi