Re: [python-committers] Possible "REMOTE HOST IDENTIFICATION HAS CHANGED!" Error.

2015-01-23 Thread Brett Cannon
That did it! Thanks, Barry. On Fri Jan 23 2015 at 1:20:40 PM Barry Warsaw wrote: > On Jan 23, 2015, at 04:16 PM, Brett Cannon wrote: > > >Looks like my id_rsa key is not being tried soon enough for the > two-attempt > >threshold as the key that GitHub for Mac installed and my work key are > >bei

Re: [python-committers] Possible "REMOTE HOST IDENTIFICATION HAS CHANGED!" Error.

2015-01-23 Thread Barry Warsaw
On Jan 23, 2015, at 04:16 PM, Brett Cannon wrote: >Looks like my id_rsa key is not being tried soon enough for the two-attempt >threshold as the key that GitHub for Mac installed and my work key are >being tried first (I tried specifying my id_rsa key with -i but that didn't >seem to change anythi

Re: [python-committers] Possible "REMOTE HOST IDENTIFICATION HAS CHANGED!" Error.

2015-01-23 Thread Brett Cannon
Looks like my id_rsa key is not being tried soon enough for the two-attempt threshold as the key that GitHub for Mac installed and my work key are being tried first (I tried specifying my id_rsa key with -i but that didn't seem to change anything): *> *ssh -v 104.130.43.97 OpenSSH_6.6.1, OpenSSL

Re: [python-committers] Possible "REMOTE HOST IDENTIFICATION HAS CHANGED!" Error.

2015-01-23 Thread Donald Stufft
Can you do ssh -v to that box and send me the output? > On Jan 23, 2015, at 8:50 AM, Brett Cannon wrote: > > I tried updating my checkout this morning and then I was given the warning. > So I deleted the key from my known_hosts file, accepted the new one, but now > I just keep getting my conn

Re: [python-committers] Possible "REMOTE HOST IDENTIFICATION HAS CHANGED!" Error.

2015-01-23 Thread Brett Cannon
I tried updating my checkout this morning and then I was given the warning. So I deleted the key from my known_hosts file, accepted the new one, but now I just keep getting my connection rejected: remote: Received disconnect from 104.130.43.97: 2: Too many authentication failures for hg abort: no

[python-committers] Possible "REMOTE HOST IDENTIFICATION HAS CHANGED!" Error.

2015-01-20 Thread Donald Stufft
Sending this to python-committers as well for anyone who doesn't keep up with python-dev. If you've gotten this message twice now I'm sorry! Just a heads up that people might see a "REMOTE HOST IDENTIFICATION HAS CHANGED!" error when connecting to hg.python.org's SSH (or any other PSF machine). Th