CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/02/23 01:20:43
Modified files:
usr.bin/ssh : myproposal.h ssh_config.5 readconf.c
Log message:
openssh-7.9 accidentally reused the server's algorithm lists in the
client for KEX, ciphers and MACs. The ciphers and MACs were
identical between the client and server, but the error accidentially
disabled the diffie-hellman-group-exchange-sha1 KEX method.
This fixes the client code to use the correct method list, but
because nobody complained, it also disables the
diffie-hellman-group-exchange-sha1 KEX method.
Reported by nuxi AT vault24.org via bz#2697; ok dtucker