make ssh hostbased authentication send the signature algorithm in
authordjm <djm@openbsd.org>
Mon, 25 Jan 2021 06:00:17 +0000 (06:00 +0000)
committerdjm <djm@openbsd.org>
Mon, 25 Jan 2021 06:00:17 +0000 (06:00 +0000)
commit30ad99b02a66df927a51721114a12a8113928cf2
treeaf004c0ee42890776a4f4543895d183a9828972d
parentaa794c2ba4c927d9ef34a66486baad043e969e5e
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@
usr.bin/ssh/sshconnect2.c