Merge pull request #6223 from lvh/patch-2

Support ssh-ed25519 keys
This commit is contained in:
Michael DeHaan
2014-02-28 12:59:05 -05:00

View File

@@ -236,6 +236,7 @@ def parsekey(module, raw_key):
'''
VALID_SSH2_KEY_TYPES = [
'ssh-ed25519',
'ecdsa-sha2-nistp256',
'ecdsa-sha2-nistp384',
'ecdsa-sha2-nistp521',