CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/04 22:44:15
Modified files:
usr.bin/ssh : authfd.c authfd.h ssh-add.1 ssh-add.c
Log message:
ssh-agent supports a "query" extension that allows a client to request
a list of extensions it support. This makes this capability available
to ssh-add via the -Q flag.
ok markus@
