CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/03 02:29:15
Modified files:
usr.bin/ssh : authfd.c authfd.h
Log message:
authfd: add function to check if key is in agent
This commit adds a helper function which allows the caller to
check if a given public key is present in ssh-agent.
work by Sebastian Kinne; ok markus@
