mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Updates authorized_key.py to be used with FIDO2 security keys.
Last try had a space at the end for some weird reason.
This commit is contained in:
parent
de75c6f325
commit
6208b5e920
1 changed files with 1 additions and 0 deletions
|
|
@ -392,6 +392,7 @@ def parsekey(module, raw_key, rank=None):
|
||||||
'ecdsa-sha2-nistp521',
|
'ecdsa-sha2-nistp521',
|
||||||
'ssh-dss',
|
'ssh-dss',
|
||||||
'ssh-rsa',
|
'ssh-rsa',
|
||||||
|
'sk-ecdsa-sha2-nistp256@openssh.com',
|
||||||
]
|
]
|
||||||
|
|
||||||
options = None # connection options
|
options = None # connection options
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue