summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2023-08-15 14:44:16 +0200
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2023-09-05 11:34:09 +0200
commitbbefd70784df8580d34c868858c61462b1b2d616 (patch)
treebf2d621f217bc3f49176a533509d68c1d9b34eca /pkgs/development/python-modules/rangehttpserver
parente56990880811a451abd32515698c712788be5720 (diff)
nixos/sshd: avoid mock host key, permit `RequiredRSASize`
With this commit, the validation of `sshd_config` is performed with `sshd -G` instead of `sshd -t`. The former does not require a valid host key. Checking the host key was never useful for us: We just generated a dummy host key to make the validation mechanism happy. With this change the dummy key is no longer needed. This change not only saves some CPU cycles (avoid the generation of an RSA key), but it also permits to set `RequiredRSASize` to a value larger than the current rsa key default size (3072).
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions