CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/24 23:00:17
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
make ssh hostbased authentication send the signature algorithm in
its SSH2_MSG_USERAUTH_REQUEST packets instead of the key type.
This make HostbasedAcceptedAlgorithms do what it is supposed to -
filter on signature algorithm and not key type.
spotted with dtucker@ ok markus@
