ssh-keygen: implement "verify-required" certificate option
authornaddy <naddy@openbsd.org>
Tue, 31 May 2022 14:05:12 +0000 (14:05 +0000)
committernaddy <naddy@openbsd.org>
Tue, 31 May 2022 14:05:12 +0000 (14:05 +0000)
commit600ae3309934717b40f3a8f30104f26d08b69791
tree651e1a2772a0b800f15aea924dcdb9edd21a502a
parent310774ddd6e0bccbf286b09bb720fdf2af608657
ssh-keygen: implement "verify-required" certificate option

This was already documented when support for user-verified FIDO
keys was added, but the ssh-keygen(1) code was missing.

ok djm@
usr.bin/ssh/ssh-keygen.c