From 966828ba68dacd716907d435c2ebfdb957f524ff Mon Sep 17 00:00:00 2001 From: Chaos Date: Thu, 9 Feb 2023 16:20:45 +0000 Subject: [PATCH] sshd config changes --- profiles/sshd/sshd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/sshd/sshd.nix b/profiles/sshd/sshd.nix index 466da60..65c3818 100644 --- a/profiles/sshd/sshd.nix +++ b/profiles/sshd/sshd.nix @@ -6,8 +6,8 @@ PasswordAuthentication = false; KbdInteractiveAuthentication = lib.mkDefault false; StreamLocalBindUnlink = true; + KexAlgorithms = ["curve25519-sha256@libssh.org"]; LogLevel = "VERBOSE"; }; - kexAlgorithms = ["curve25519-sha256@libssh.org"]; }; }