mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
updates authorized_key.py to allow FIDO2 ECDSA keys.
This commit is contained in:
parent
147caed10d
commit
11027a9730
1 changed files with 1 additions and 0 deletions
|
|
@ -394,6 +394,7 @@ def parsekey(module, raw_key, rank=None):
|
|||
'ecdsa-sha2-nistp521',
|
||||
'ssh-dss',
|
||||
'ssh-rsa',
|
||||
'sk-ecdsa-sha2-nistp256@openssh.com ',
|
||||
]
|
||||
|
||||
options = None # connection options
|
||||
|
|
|
|||
Loading…
Reference in a new issue