CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/06 00:48:01
Modified files:
usr.bin/ssh : ssh.c
Log message:
make IdentityFile successfully load and use certificates that have no
corresponding bare public key. E.g. just a private id_rsa and certificate
id_rsa-cert.pub (and no id_rsa.pub).
bz#2617 ok dtucker@
