Re: [python-committers] Weak SSH keys

2015-06-03 Thread Skip Montanaro
On Wed, Jun 3, 2015 at 9:59 AM, Benjamin Peterson wrote: > I'm not sure how the order is determined; it's probably arbitrary for OpenSSH. Certainly you wouldn't want it to offer a key generated by a system it knows to be weaker before one generated by a known stronger system? I would hope the Ope

Re: [python-committers] Weak SSH keys

2015-06-02 Thread Skip Montanaro
On Tue, Jun 2, 2015 at 11:28 AM, Benjamin Peterson wrote: > Also, everyone should use ed25519 keys now. :) For people like myself who are behind the curve, can someone point me to a primer on generating new, more secure SSH keys? Skip ___ python-commit

Re: [python-committers] Weak SSH keys

2015-06-02 Thread Skip Montanaro
On Tue, Jun 2, 2015 at 10:19 AM, A.M. Kuchling wrote: > Should we check everyone's SSH > keys? > Makes sense to me. Probably worth doing for all the *.python.org hosts, not just the commit boxes like hg.p.o. Skip ___ python-committers mailing list pyt

Re: [python-committers] changing the python version on the 2.7 branch

2015-04-01 Thread Skip Montanaro
On Wed, Apr 1, 2015 at 2:05 PM, Matthias Klose wrote: > Suggesting to push the following patch to the 2.7 branch. LGTM. I actively use 2.7 at work so should be able to at least put it through its normal paces. Will be interesting to see if any of our internal software (which is generally fairly a