[Python-checkins] devguide: no DSA keys allowed

benjamin.peterson python-checkins at python.org
Tue Oct 6 23:37:07 EDT 2015


https://hg.python.org/devguide/rev/a55c0ddbd6cb
changeset:   766:a55c0ddbd6cb
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Oct 06 20:37:03 2015 -0700
summary:
  no DSA keys allowed

files:
  faq.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -875,8 +875,8 @@
 How do I generate an SSH-2 public key?
 --------------------------------------
 
-All generated SSH keys should be sent to hgaccounts at python.org for
-adding to the list of keys.
+All generated SSH keys should be sent to hgaccounts at python.org for adding to the
+list of keys. DSA keys are unacceptable.
 
 UNIX
 ''''

-- 
Repository URL: https://hg.python.org/devguide


More information about the Python-checkins mailing list