CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/07 01:38:38
Modified files:
usr.bin/ssh : ssh-add.1 ssh-keygen.1 ssh-keygen.c ssh.1
ssh_config.5 sshd.8 sshd_config.5
usr.bin/ssh/ssh-sk-helper: Makefile
Added files:
usr.bin/ssh : ssh-sk-helper.8
Log message:
Fill in missing man page bits for U2F security key support:
Mention the new key types, the ~/.ssh/id_ecdsa_sk file, ssh's
SecurityKeyProvider keyword, the SSH_SK_PROVIDER environment variable,
and ssh-keygen's new -w and -x options.
Copy the ssh-sk-helper man page from ssh-pkcs11-helper with minimal
substitutions.
ok djm@