From 671bc6f390372005ef7996b9dc14920cae037aa8 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Thu, 23 Dec 2021 16:26:33 +0100 Subject: [PATCH] Some older keys still need this algorithm --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index fa7c9ed..83bbf23 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,6 +93,7 @@ enable = true; # Only allow login through pubkey passwordAuthentication = false; + extraConfig = "PubkeyAcceptedAlgorithms +ssh-rsa"; }; # Support mosh connections programs.mosh.enable = true;