[Bug 3184] Unable to add deprecated KexAlgorithms back for host via config file
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jun 20 20:37:21 AEST 2020
https://bugzilla.mindrot.org/show_bug.cgi?id=3184
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #7 from Damien Miller <djm at mindrot.org> ---
This is expected behaviour - ssh'd config is "first match wins" for
most configuration options. I.e only the first configuration option is
considered. This is documented at the start of ssh_config(1):
"For each parameter, the first obtained value will be used."
You should be able to do:
KexAlgorithms
+diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
to get the behaviour you want.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list