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 ${cfg.extraConfig} 34 EOL 35 36 - ssh-keygen -q -f mock-hostkey -N "" 37 - sshd -t -f $out -h mock-hostkey 38 ''; 39 40 cfg = config.services.openssh;
··· 33 ${cfg.extraConfig} 34 EOL 35 36 + sshd -G -f $out 37 ''; 38 39 cfg = config.services.openssh;