feat(ssh): Allow ecdsa-sha2-nistp256 keys

pull/7/head
Inex Code 2023-10-03 16:34:47 +03:00
parent 6c07cc024b
commit 23155b3c96
1 changed files with 1 additions and 1 deletions

View File

@ -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; [