Unverified Commit 863598fd authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #253427 from Yarny0/sshd-requiredrsasize

nixos/sshd: don't validate mock host key, permit `RequiredRSASize`
parents 38e6d285 bbefd707
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;