Revert "common/openssh: apply workaround for CVE-2024-6387"

This reverts commit b742b86532.
This commit is contained in:
zowoq 2024-07-03 09:58:14 +10:00
parent 83146a094e
commit 1844f1a15e

View File

@ -9,11 +9,6 @@
# unbind gnupg sockets if they exists
settings.StreamLocalBindUnlink = true;
# 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
settings.LoginGraceTime = 0;
# Use key exchange algorithms recommended by `nixpkgs#ssh-audit`
settings.KexAlgorithms = [
"curve25519-sha256"