CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/03 02:11:28
Modified files:
usr.bin/ssh : sshconnect.c sshconnect.h sshconnect2.c kex.h
Log message:
record when the host key checking code downgrades a certificate host
key to a plain key. This occurs when the user connects to a host with
a certificate host key but no corresponding CA key configured in
known_hosts; feedback and ok markus@
