CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/19 15:13:12
Modified files:
usr.bin/ssh : kex.c
Log message:
EXT_INFO negotiation of hostbound pubkey auth
the EXT_INFO packet gets a new [email protected] to
advertise the hostbound public key method.
Client side support to parse this feature flag and set the kex->flags
indicator if the expected version is offered (currently "0").
ok markus@
