EXT_INFO negotiation of hostbound pubkey auth
authordjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:13:12 +0000 (22:13 +0000)
committerdjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:13:12 +0000 (22:13 +0000)
commit04828a09ca88f7afc0f844a73968c84aed8bc6b3
treed76667e681cb09d2c9102432bde1ea94d3476e53
parentc4e70c30f53275adfc010b1b4fcbeadf2b67f6a6
EXT_INFO negotiation of hostbound pubkey auth

the EXT_INFO packet gets a new publickey-hostbound@openssh.com 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@
usr.bin/ssh/kex.c