Re: [python-committers] PSA: replace your DSA keys for SSH

2015-08-27 Thread Benjamin Peterson
On Thu, Aug 27, 2015, at 16:36, Donald Stufft wrote: > On August 27, 2015 at 4:37:21 PM, Georg Brandl (g.bra...@gmx.net) wrote: > > Hi all, > > > > newer OpenSSH versions (7.0+) default to not allowing ssh-dss keys for > > public key authentication. If you experience "permission denied" errors,

Re: [python-committers] PSA: replace your DSA keys for SSH

2015-08-27 Thread Donald Stufft
On August 27, 2015 at 4:37:21 PM, Georg Brandl (g.bra...@gmx.net) wrote: > Hi all, > > newer OpenSSH versions (7.0+) default to not allowing ssh-dss keys for > public key authentication. If you experience "permission denied" errors, > this (currently) comes from the client side only and hg.python

Re: [python-committers] How To Forward-Merge Your Change After Your Pull Request Is Accepted Into Python 3.5.0rcX

2015-08-27 Thread Terry Reedy
On 8/27/2015 3:32 PM, Larry Hastings wrote: Now that we're in the "release candidate" phase of Python 3.5.0, the workflow has changed a little. We're trying an experiment using Bitbucket and pull requests. You can read about that workflow, here: https://mail.python.org/pipermail/python-dev/2

[python-committers] PSA: replace your DSA keys for SSH

2015-08-27 Thread Georg Brandl
Hi all, newer OpenSSH versions (7.0+) default to not allowing ssh-dss keys for public key authentication. If you experience "permission denied" errors, this (currently) comes from the client side only and hg.python.org will accept these keys if you enable them using the PubkeyAcceptedKeyTypes opt

[python-committers] How To Forward-Merge Your Change After Your Pull Request Is Accepted Into Python 3.5.0rcX

2015-08-27 Thread Larry Hastings
Now that we're in the "release candidate" phase of Python 3.5.0, the workflow has changed a little. We're trying an experiment using Bitbucket and pull requests. You can read about that workflow, here: https://mail.python.org/pipermail/python-dev/2015-August/141167.html But the instruction