Merge pull request #253427 from Yarny0/sshd-requiredrsasize

nixos/sshd: don't validate mock host key, permit `RequiredRSASize`
This commit is contained in:
Maximilian Bosch
2023-09-11 17:40:23 +02:00
committed by GitHub
@@ -33,8 +33,7 @@ let
${cfg.extraConfig}
EOL
ssh-keygen -q -f mock-hostkey -N ""
sshd -t -f $out -h mock-hostkey
sshd -G -f $out
'';
cfg = config.services.openssh;