sshd: workaround for CVE-2024-6387 #1674

Merged
clan-bot merged 1 commits from openssh-cve-workaround into main 2024-07-01 12:04:54 +00:00

View File

@ -2,6 +2,10 @@
{
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = false;
# We might want to remove this once, openssh is fixed everywhere:
# Workaround for CVE-2024-6387
# https://github.com/NixOS/nixpkgs/pull/323753#issuecomment-2199762128
services.openssh.settings.LoginGraceTime = 0;
Mic92 marked this conversation as resolved Outdated

redundant settings?

redundant settings?
Outdated
Review

Ci catched it as well.

Ci catched it as well.
services.openssh.hostKeys = [
{