ssh client side of binding
authordjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:08:48 +0000 (22:08 +0000)
committerdjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:08:48 +0000 (22:08 +0000)
commit798a6ad5b4968529d5def36842afad2157b5f3c1
treee3b5a5e7b2c26af6282d61d14649b272b44b7f5a
parentb2c330ec05878cb4a92f931e045e5b634d2407ac
ssh client side of binding

send session ID, hostkey, signature and a flag indicating whether the
agent connection is being forwarded to ssh agent each time a connection
is opened via a new "session-bind@openssh.com" agent extension.

ok markus@
usr.bin/ssh/authfd.c
usr.bin/ssh/authfd.h
usr.bin/ssh/clientloop.c
usr.bin/ssh/sshconnect2.c