sshd side of hostbound public key auth
authordjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:12:30 +0000 (22:12 +0000)
committerdjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:12:30 +0000 (22:12 +0000)
commitfcee231f9e4cc51d443b8267223452f6bc4143db
tree24ee487d04b20ba34d87e432dd1b4745d4211992
parent29cc2a20e114d63475ab3cf1f9c9b442b1edfd59
sshd side of hostbound public key auth

This is identical to the standard "publickey" method, but it also includes
the initial server hostkey in the message signed by the client.

feedback / ok markus@
usr.bin/ssh/auth2-pubkey.c
usr.bin/ssh/monitor.c