diff --git a/common/global/ssh.nix b/common/global/ssh.nix index a0fb06e..35941c1 100644 --- a/common/global/ssh.nix +++ b/common/global/ssh.nix @@ -37,6 +37,8 @@ TcpKeepAlive = "no"; X11Forwarding = lib.mkDefault false; KexAlgorithms = [ + "sntrup761x25519-sha512@openssh.com" + "mlkem768x25519-sha256" "curve25519-sha256@libssh.org" "diffie-hellman-group-exchange-sha256" ];