From 6a8b02c7993713038a7302357e176901d8ba3629 Mon Sep 17 00:00:00 2001 From: emily Date: Mon, 5 Aug 2024 18:33:27 +0200 Subject: [PATCH] Add sk-ssh-ed25519 to openssh --- config/common/openssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/common/openssh.nix b/config/common/openssh.nix index 4cf4c38..08db182 100644 --- a/config/common/openssh.nix +++ b/config/common/openssh.nix @@ -11,6 +11,8 @@ let sigAlgorithms = [ "ssh-ed25519-cert-v01@openssh.com" "ssh-ed25519" + "sk-ssh-ed25519-cert-v01@openssh.com" + "sk-ssh-ed25519@openssh.com" ]; kexAlgorithms = [