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

Brett Cannon brett at python.org
Fri Jan 23 19:36:43 CET 2015
That did it! Thanks, Barry.

On Fri Jan 23 2015 at 1:20:40 PM Barry Warsaw <barry at python.org> 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
> >being tried first (I tried specifying my id_rsa key with -i but that
> didn't
> >seem to change anything):
>
> I get this all the time when I add my Debian ssh key to ssh-agent and then
> try
> to connect to hosts on my LAN (which use a different key).  I think this
> is a
> limitation of ssh-agent and if you search the web, you'll find various
> solutions, which I've used to varying degrees of success.
>
> Basically you want to force ssh not to use the agent when connecting to the
> site (I haven't yet tried hg.python.org with multiple keys).  E.g. in your
> ~/.ssh/config file:
>
> Host hg.python.org
>     IdentityFile ~/.ssh/id_rsa
>     IdentitiesOnly yes
>
> HTH,
> -Barry
> _______________________________________________
> python-committers mailing list
> python-committers at python.org
> https://mail.python.org/mailman/listinfo/python-committers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-committers/attachments/20150123/098c6350/attachment.html>


More information about the python-committers mailing list