CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/19 15:12:54
Modified files:
usr.bin/ssh : kex.h sshconnect2.c
Log message:
client side of host-bound pubkey authentication
Add kex->flags member to enable the [email protected]
authentication method.
Use the new hostbound method in client if the kex->flags flag was set,
and include the inital KEX hostkey in the userauth request.
Note: nothing in kex.c actually sets the new flag yet
ok markus@
