CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/12 20:28:19
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
when invoking KnownHostsCommand to determine the order of host key
algorithms to request, ensure that the hostname passed to the command
is decorated with the port number for ports other than 22.
This matches the behaviour of KnownHostsCommand when invoked to look
up the actual host key.
bz3643, ok dtucker@
