From 4746519393b80cca6e1592dac36c05bcd25e822b Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 24 Dec 2007 04:08:32 -0800 Subject: ssh-dsa is the actual correct name, but SSH accepts ssh-dss as an alias. --- gitosis/sshkey.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitosis/sshkey.py b/gitosis/sshkey.py index d160b69..ee0aa15 100644 --- a/gitosis/sshkey.py +++ b/gitosis/sshkey.py @@ -9,6 +9,7 @@ import re # The 'ecc' and 'ecdh' types are speculative, based on the Internet Draft # http://www.ietf.org/internet-drafts/draft-green-secsh-ecc-02.txt SSH_KEY_PROTO2_TYPES = ['ssh-dsa', + 'ssh-dss', 'ssh-ecc', 'ssh-ecdh', 'ssh-rsa'] -- cgit v1.2.3