mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-31 20:04:50 +00: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:
committed by
Abhijeet Kasurde
parent
de75c6f325
commit
6208b5e920
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user