From 7b36035824d7d19b08b99feca449599ceffa8905 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Mar 2023 12:06:07 +0100 Subject: ... --- system-profiles/openssh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system-profiles') diff --git a/system-profiles/openssh/default.nix b/system-profiles/openssh/default.nix index a989733f..df272f04 100644 --- a/system-profiles/openssh/default.nix +++ b/system-profiles/openssh/default.nix @@ -131,7 +131,7 @@ in { services.openssh = mkIf cfg.enable { hostKeys = mkIf cfg.staticHostKeys (mkForce []); # done manually settings = { - inherit Ciphers Macs KexAlgorithms HostKeyAlgorithms CASignatureAlgorithms PubKeyAcceptedAlgorithms; + inherit Ciphers Macs KexAlgorithms HostKeyAlgorithms CASignatureAlgorithms PubkeyAcceptedAlgorithms; LogLevel = "VERBOSE"; RevokedKeys = "/etc/ssh/krl.bin"; @@ -164,7 +164,7 @@ in { macs = Macs; kexAlgorithms = KexAlgorithms; hostKeyAlgorithms = HostKeyAlgorithms; - pubkeyAcceptedKeyTypes = PubKeyAcceptedAlgorithms; + pubkeyAcceptedKeyTypes = PubkeyAcceptedAlgorithms; extraConfig = '' Host * -- cgit v1.2.3