CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/14 14:27:31
Modified files:
usr.bin/ssh : Makefile.inc readconf.c ssh-add.1 ssh-add.c
ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-sk.c
ssh.1 ssh_config.5
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/ssh-add: Makefile
usr.bin/ssh/ssh-agent: Makefile
usr.bin/ssh/ssh-keygen: Makefile
usr.bin/ssh/ssh-keyscan: Makefile
usr.bin/ssh/ssh-keysign: Makefile
usr.bin/ssh/ssh-pkcs11-helper: Makefile
usr.bin/ssh/ssh-sk-helper: Makefile
usr.bin/ssh/sshd: Makefile
Added files:
usr.bin/ssh : sk-usbhid.c
Log message:
directly support U2F/FIDO2 security keys in OpenSSH by linking
against the (previously external) USB HID middleware. The dlopen()
capability still exists for alternate middlewares, e.g. for
Bluetooth, NFC and test/debugging.