don't prompt for FIDO passphrase before attempting to enroll the
authordjm <djm@openbsd.org>
Fri, 5 Aug 2022 05:01:40 +0000 (05:01 +0000)
committerdjm <djm@openbsd.org>
Fri, 5 Aug 2022 05:01:40 +0000 (05:01 +0000)
commitc93aef26356de0a0a8f0cdf3fd2aeb8c5b059e84
tree3ba36c7f98956c52ce8fb286cc99b4703543664b
parent18a29db49fb60686cbc51ee02a5376333c687d89
don't prompt for FIDO passphrase before attempting to enroll the
credential, just let the enroll operating fail and we'll attempt
to get a PIN anyway. Might avoid some unneccessary PIN prompts.

Part of GHPR#302 from Corinna Vinschen; ok dtucker@
usr.bin/ssh/ssh-keygen.c