CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/11/18 21:12:32
Modified files:
usr.bin/ssh : servconf.c servconf.h sshd.c
Log message:
silence (to log level debug2) failure messages when loading the default
hostkeys. Hostkeys explicitly specified in the configuration or on
the command-line are still reported as errors, and failure to load at
least one host key remains a fatal error.
Based on patch from Dag-Erling Sm??rgrav via
https://github.com/openssh/openssh-portable/pull/103
ok markus@