Re: [python-committers] SSH fingerprint

2013-03-24 Thread Ned Deily
On Mar 24, 2013, at 21:51 , Jeffrey Yasskin wrote: > You missed that ECDSA != DSA. Good! Someone is paying attention. :=) Should we all be preferring one for pydev work? -- Ned Deily n...@acm.org -- [] ___ python-committers mailing list pyth

Re: [python-committers] SSH fingerprint

2013-03-24 Thread Jeffrey Yasskin
You missed that ECDSA != DSA. On Sun, Mar 24, 2013 at 9:47 PM, Ned Deily wrote: > > On Mar 24, 2013, at 21:32 , Roger Serwy wrote: > >> It looks like my ssh is using ECDSA as the host key algorithm by default. >> When I force it to use ssh-rsa, then I receive the same fingerprint you have. >> >

Re: [python-committers] SSH fingerprint

2013-03-24 Thread Ned Deily
On Mar 24, 2013, at 21:32 , Roger Serwy wrote: > It looks like my ssh is using ECDSA as the host key algorithm by default. > When I force it to use ssh-rsa, then I receive the same fingerprint you have. > > Should this be documented somewhere? I believe RSA keys are generally recommended for

Re: [python-committers] SSH fingerprint

2013-03-24 Thread Roger Serwy
On 03/24/2013 11:10 PM, Ned Deily wrote: On Mar 24, 2013, at 21:02 , Roger Serwy wrote: What should be the ssh fingerprint be for hg.python.org? I am receiving 63:75:9b:14:b7:b2:dc:e7:cd:42:d7:19:48:6a:68:8e, but I can't verify if it's correct. I currently get: The authenticity of host 'hg.

Re: [python-committers] SSH fingerprint

2013-03-24 Thread Ned Deily
On Mar 24, 2013, at 21:02 , Roger Serwy wrote: > What should be the ssh fingerprint be for hg.python.org? I am receiving > 63:75:9b:14:b7:b2:dc:e7:cd:42:d7:19:48:6a:68:8e, but I can't verify if it's > correct. I currently get: The authenticity of host 'hg.python.org (140.211.10.72)' can't be e

[python-committers] SSH fingerprint

2013-03-24 Thread Roger Serwy
Hi All, What should be the ssh fingerprint be for hg.python.org? I am receiving 63:75:9b:14:b7:b2:dc:e7:cd:42:d7:19:48:6a:68:8e, but I can't verify if it's correct. Thank you, Roger ___ python-committers mailing list python-committers@python.org htt