CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/12/13 12:09:10
Modified files:
usr.bin/ssh : Makefile.inc ssh-agent.c ssh-sk.c ssh-sk.h
sshkey.c sshkey.h
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
Log message:
use ssh-sk-helper for all security key signing operations
This extracts and refactors the client interface for ssh-sk-helper
from ssh-agent and generalises it for use by the other programs.
This means that most OpenSSH tools no longer need to link against
libfido2 or directly interact with /dev/uhid*
requested by, feedback and ok markus@