aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitosis/sshkey.py1
1 files changed, 1 insertions, 0 deletions
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']