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 e
FYI - I've just updated PEP 494 with a fleshed-out 3.6.0 release schedule. The
3.6 schedule is generally similar to the successful 18-month development and
release cycle used in recent releases but with a few significant changes. The
main difference is that the 3.6 schedule takes advantage of
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 som