ssh-agent side of binding
authordjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:09:23 +0000 (22:09 +0000)
committerdjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:09:23 +0000 (22:09 +0000)
commitd9866b15afe00245be196537d891529510c436d4
tree9834aa1f2d9cf4f58964c3ff63df3cc2a178218e
parent798a6ad5b4968529d5def36842afad2157b5f3c1
ssh-agent side of binding

record session ID/hostkey/forwarding status for each active socket.

Attempt to parse data-to-be-signed at signature request time and extract
session ID from the blob if it is a pubkey userauth request.

ok markus@
usr.bin/ssh/ssh-agent.c