CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/19 15:08:48
Modified files:
usr.bin/ssh : authfd.c authfd.h clientloop.c sshconnect2.c
Log message:
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 "[email protected]" agent extension.
ok markus@
