CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/08/26 19:07:10

Modified files:
        usr.bin/ssh    : auth-options.c auth-options.h auth.c 
                         auth2-pubkey.c monitor.c servconf.c servconf.h 
                         sshd.8 sshd_config.5 

Log message:
support for requiring user verified FIDO keys in sshd

This adds a "verify-required" authorized_keys flag and a corresponding
sshd_config option that tells sshd to require that FIDO keys verify the
user identity before completing the signing/authentication attempt.
Whether or not user verification was performed is already baked into the
signature made on the FIDO token, so this is just plumbing that flag
through and adding ways to require it.

feedback and ok markus@

Reply via email to