Re: Multiple Keys in ssh-agent, fail to clone

2016-07-15 Thread Benjamin Fritsch
> On Jul 13, 2016, at 3:32 PM, Junio C Hamano wrote: > > Benjamin Fritsch writes: > >> I read the Changelog for 2.9 and couldn’t find any reference to changed key >> handling. Is there anything that I can add to the `git clone` command to get >> the old

Re: Multiple Keys in ssh-agent, fail to clone

2016-07-14 Thread Johannes Schindelin
Hi Benjamin, On Wed, 13 Jul 2016, Benjamin Fritsch wrote: > I have two keys. > - KeyA (my company that has access to the repository I want to clone) > - KeyB (just my personal key with access to my personal stuff) > > Having both keys in loaded and listed in `ssh-add -L` fails to clone the >

Re: Multiple Keys in ssh-agent, fail to clone

2016-07-13 Thread Junio C Hamano
Benjamin Fritsch writes: > I read the Changelog for 2.9 and couldn’t find any reference to changed key > handling. Is there anything that I can add to the `git clone` command to get > the old behavior? I do not think this has much to do with the version of Git, unless you are

Multiple Keys in ssh-agent, fail to clone

2016-07-13 Thread Benjamin Fritsch
Hey all, We recently upgraded from Git 2.8 to 2.9 and saw an issue when there are multiple keys added to my ssh-agent. I have two keys. - KeyA (my company that has access to the repository I want to clone) - KeyB (just my personal key with access to my personal stuff) Having both keys in