diff options
author | djm@openbsd.org <djm@openbsd.org> | 2024-10-07 01:37:17 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-10-14 00:21:07 +0200 |
commit | 0051381a8c33740a77a1eca6859efa1c78887d80 (patch) | |
tree | bb9cbd63caf287320d6bb32f5b1192011949b5e8 /misc.c | |
parent | upstream: fix previous change to ssh_config Match, which broken on (diff) | |
download | openssh-0051381a8c33740a77a1eca6859efa1c78887d80.tar.xz openssh-0051381a8c33740a77a1eca6859efa1c78887d80.zip |
upstream: Turn off finite field (a.k.a modp) Diffie-Hellman key
exchange in sshd by default. Specifically, this removes the
diffie-hellman-group* and diffie-hellman-group-exchange-* methods. The client
is unchanged and continues to support these methods by default.
Finite field Diffie Hellman is slow and computationally expensive for
the same security level as Elliptic Curve DH or PQ key agreement while
offering no redeeming advantages.
ECDH has been specified for the SSH protocol for 15 years and some
form of ECDH has been the default key exchange in OpenSSH for the last
14 years.
ok markus@
OpenBSD-Commit-ID: 4e238ad480a33312667cc10ae0eb6393abaec8da
Diffstat (limited to 'misc.c')
0 files changed, 0 insertions, 0 deletions