Commit 9d3a344c by Michael DeHaan

Merge pull request #6223 from lvh/patch-2

Support ssh-ed25519 keys
parents 57486b26 80e2c597
......@@ -236,6 +236,7 @@ def parsekey(module, raw_key):
'''
VALID_SSH2_KEY_TYPES = [
'ssh-ed25519',
'ecdsa-sha2-nistp256',
'ecdsa-sha2-nistp384',
'ecdsa-sha2-nistp521',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment