CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/26 19:08:45
Modified files:
usr.bin/ssh : ssh-keygen.1 ssh-keygen.c
Log message:
Request PIN ahead of time for certain FIDO actions
When we know that a particular action will require a PIN, such as
downloading resident keys or generating a verify-required key, request
the PIN before attempting it.
joint work with Pedro Martelletto; ok markus@
