]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: ssh(1): add a warning when the connection negotiates a master anongit/master
authordjm@openbsd.org <djm@openbsd.org>
Mon, 11 Aug 2025 10:55:38 +0000 (10:55 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 11 Aug 2025 11:03:29 +0000 (21:03 +1000)
commit0e1b8aa27f7c86d412c9e54ad9e2cae30d9ddab4
treebc3e021d086ca4634739989d61082cd56852a879
parent2ebc6384258b58ace0ad2adb2593744f62749235
upstream: ssh(1): add a warning when the connection negotiates a

non-post quantum safe key agreement algorithm.

Controlled via a new WarnWeakCrypto ssh_config option, defaulting
to on. This option might grow additional weak crypto warnings in
the future.

More details at https://openssh.com/pq.html

mostly by deraadt@ feedback dtucker@ ok deraadt@

OpenBSD-Commit-ID: 974ff243a1eccceac6a1a9d8fab3bcc89d74a2a4
kex-names.c
kex.c
kex.h
readconf.c
readconf.h
ssh_config.5
sshconnect.c