CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/24 17:52:46
Modified files:
usr.bin/ssh : auth2-pubkey.c monitor.c servconf.c servconf.h
sshd_config.5
Log message:
Add a sshd_config PubkeyAuthOptions directive
This directive has a single valid option "no-touch-required" that
causes sshd to skip checking whether user presence was tested before
a security key signature was made (usually by the user touching the
key).
ok markus@
