From 63adb41f1a060c21a68143eb9e86c2790ef66f36 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 8 Aug 2024 10:45:09 +0200 Subject: ... --- modules/openssh.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/openssh.nix') diff --git a/modules/openssh.nix b/modules/openssh.nix index 78749869..8bdc3df6 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -30,6 +30,7 @@ with lib; "rsa-sha2-512" "rsa-sha2-512-cert-v01@openssh.com" ]; + description = "HostKeyAlgorithms"; }; settings.CASignatureAlgorithms = mkOption { type = types.str; @@ -43,6 +44,7 @@ with lib; "rsa-sha2-512" "rsa-sha2-256" ]; + description = "CASignatureAlgorithms"; }; settings.PubkeyAcceptedAlgorithms = mkOption { type = types.str; @@ -69,6 +71,7 @@ with lib; "rsa-sha2-512" "rsa-sha2-512-cert-v01@openssh.com" ]; + description = "PubkeyAcceptedAlgorithms"; }; }; }; -- cgit v1.2.3