From 6208b5e92015e77ce3a8dc3c23d5cad56c96deb1 Mon Sep 17 00:00:00 2001 From: Franz Bettag Date: Tue, 19 May 2020 13:34:55 +0000 Subject: [PATCH] Updates authorized_key.py to be used with FIDO2 security keys. Last try had a space at the end for some weird reason. --- 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 d39f885..cc6682f 100644 --- a/plugins/modules/authorized_key.py +++ b/plugins/modules/authorized_key.py @@ -392,6 +392,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