[python-committers] SSH fingerprint

Jeffrey Yasskin jyasskin at gmail.com
Mon Mar 25 05:51:33 CET 2013


You missed that ECDSA != DSA.

On Sun, Mar 24, 2013 at 9:47 PM, Ned Deily <nad at acm.org> wrote:
>
> On Mar 24, 2013, at 21:32 , Roger Serwy <roger.serwy at gmail.com> 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 SSH work.  You could add it to the developer's guide.  Another tip that may not be documented: to improve transfer speed, enable compression at the ssh level for the hg.python.org connection.  If you are using a Unix-y .ssh/config file, you can add it there to the host entry for hg.python.org.
>
> http://serverfault.com/questions/40071/ssh-keypair-generation-rsa-or-dsa
>
> --
>   Ned Deily
>   nad at acm.org -- []
>
>
> _______________________________________________
> python-committers mailing list
> python-committers at python.org
> http://mail.python.org/mailman/listinfo/python-committers


More information about the python-committers mailing list