mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-08 22:33:49 +00:00
Updates authorized_key.py with all current ssh key types
This commit is contained in:
committed by
Abhijeet Kasurde
parent
6208b5e920
commit
00f97908d7
@@ -386,13 +386,14 @@ def parsekey(module, raw_key, rank=None):
|
||||
'''
|
||||
|
||||
VALID_SSH2_KEY_TYPES = [
|
||||
'ssh-ed25519',
|
||||
'sk-ecdsa-sha2-nistp256@openssh.com',
|
||||
'ecdsa-sha2-nistp256',
|
||||
'ecdsa-sha2-nistp384',
|
||||
'ecdsa-sha2-nistp521',
|
||||
'sk-ssh-ed25519@openssh.com',
|
||||
'ssh-ed25519',
|
||||
'ssh-dss',
|
||||
'ssh-rsa',
|
||||
'sk-ecdsa-sha2-nistp256@openssh.com',
|
||||
]
|
||||
|
||||
options = None # connection options
|
||||
|
||||
Reference in New Issue
Block a user