[python-committers] SSH fingerprint

Ned Deily nad at acm.org
Mon Mar 25 05:47:40 CET 2013
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 -- []




More information about the python-committers mailing list