Re: [python-committers] SSH problems attempting to access hg.python.org

2015-10-02 Thread Georg Brandl
On 10/02/2015 09:21 AM, Nick Coghlan wrote: > On 2 October 2015 at 15:33, Benjamin Peterson wrote: >> What does `ssh-add -L` give? ssh basically throws keys at the server >> until the server accepts it. The server has a limit of two attempts, so >> if have more than two keys

Re: [python-committers] SSH problems attempting to access hg.python.org

2015-10-02 Thread Nick Coghlan
On 2 October 2015 at 15:33, Benjamin Peterson wrote: > What does `ssh-add -L` give? ssh basically throws keys at the server > until the server accepts it. The server has a limit of two attempts, so > if have more than two keys in your agent, problems result. I normally have

Re: [python-committers] SSH problems attempting to access hg.python.org

2015-10-02 Thread Nick Coghlan
On 3 October 2015 at 01:39, Georg Brandl wrote: >> However, I *did* recently upgrade to the Fedora 23 beta, so now I'm >> wondering if there might be a problem with OpenSSH 7.1p1 and >> ssh-ed25519 host keys (it's the only remote SSH host I using with an >> ed25519 key - all

Re: [python-committers] SSH problems attempting to access hg.python.org

2015-10-01 Thread Benjamin Peterson
What does `ssh-add -L` give? ssh basically throws keys at the server until the server accepts it. The server has a limit of two attempts, so if have more than two keys in your agent, problems result. On Thu, Oct 1, 2015, at 01:57, Nick Coghlan wrote: > Hi folks, > > After getting some publickey

[python-committers] SSH problems attempting to access hg.python.org

2015-10-01 Thread Nick Coghlan
Hi folks, After getting some publickey errors from hg.python.org earlier, I'm now consistently getting "Too many authentication failures for hg". I've checked my SSH keys, and they're validating against other services OK, so this appears to be a problem with hg.python.org specifically. Could