diff --git a/configuration.nix b/configuration.nix index 8716740..48b7ddc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,7 +73,7 @@ in openFirewall = false; }; programs.ssh = { - pubkeyAcceptedKeyTypes = [ "ssh-ed25519" "ssh-rsa" ]; + pubkeyAcceptedKeyTypes = [ "ssh-ed25519" "ssh-rsa" "ecdsa-sha2-nistp256" ]; hostKeyAlgorithms = [ "ssh-ed25519" "ssh-rsa" ]; }; environment.systemPackages = with pkgs; [