mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
commit
9d3a344c06
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ def parsekey(module, raw_key):
|
||||||
'''
|
'''
|
||||||
|
|
||||||
VALID_SSH2_KEY_TYPES = [
|
VALID_SSH2_KEY_TYPES = [
|
||||||
|
'ssh-ed25519',
|
||||||
'ecdsa-sha2-nistp256',
|
'ecdsa-sha2-nistp256',
|
||||||
'ecdsa-sha2-nistp384',
|
'ecdsa-sha2-nistp384',
|
||||||
'ecdsa-sha2-nistp521',
|
'ecdsa-sha2-nistp521',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue