Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #253427 from Yarny0/sshd-requiredrsasize

nixos/sshd: don't validate mock host key, permit `RequiredRSASize`

authored by

Maximilian Bosch and committed by
GitHub
863598fd 38e6d285

+1 -2
+1 -2
nixos/modules/services/networking/ssh/sshd.nix
··· 33 33 ${cfg.extraConfig} 34 34 EOL 35 35 36 - ssh-keygen -q -f mock-hostkey -N "" 37 - sshd -t -f $out -h mock-hostkey 36 + sshd -G -f $out 38 37 ''; 39 38 40 39 cfg = config.services.openssh;