summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_user.py')
-rw-r--r--plugins/modules/vyos_user.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py
index dd8c801f..7c21b074 100644
--- a/plugins/modules/vyos_user.py
+++ b/plugins/modules/vyos_user.py
@@ -117,6 +117,8 @@ options:
- ecdsa-sha2-nistp384
- ssh-ed25519
- ecdsa-sha2-nistp521
+ - sk-ecdsa-sha2-nistp256@openssh.com
+ - sk-ssh-ed25519@openssh.com
name:
description:
@@ -447,6 +449,8 @@ def main():
"ecdsa-sha2-nistp384",
"ssh-ed25519",
"ecdsa-sha2-nistp521",
+ "sk-ecdsa-sha2-nistp256@openssh.com",
+ "sk-ssh-ed25519@openssh.com",
],
),
)