From 11027a9730d28e96edbe2ffe1c4e7587de4c3932 Mon Sep 17 00:00:00 2001 From: Franz Bettag Date: Tue, 19 May 2020 02:32:18 +0000 Subject: [PATCH] updates authorized_key.py to allow FIDO2 ECDSA keys. --- plugins/modules/authorized_key.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/authorized_key.py b/plugins/modules/authorized_key.py index 30f52ca..0a6d7b4 100644 --- a/plugins/modules/authorized_key.py +++ b/plugins/modules/authorized_key.py @@ -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