svn commit: r294315 - in vendor-crypto/openssh/dist: . contrib/redhat contrib/suse

Dag-Erling Smørgrav des at des.no
Sat Jan 30 09:12:54 UTC 2016


Craig Rodrigues <rodrigc at FreeBSD.org> writes:
> Performing sanity check on sshd configuration.
> Fssh_key_load_public: invalid format
> Could not load host key: /etc/ssh/ssh_host_rsa_key
> Could not load host key: /etc/ssh/ssh_host_dsa_key
> Fssh_key_load_public: invalid format
> Could not load host key: /etc/ssh/ssh_host_ecdsa_key
> Fssh_key_load_public: invalid format
> Could not load host key: /etc/ssh/ssh_host_ed25519_key
> Disabling protocol version 2. Could not load host key
> sshd: no hostkeys available -- exiting.
>
> [the host keys] seem to be all zeroes

Can you modify /etc/rc.d/sshd so it runs ssh-keygen under ktrace:

ktrace -f "$keyfile.tr" /usr/bin/ssh-keygen -q -t $alg -f "$keyfile" -N ""

then send me a tarball of /etc/ssh from the next VM that fails?

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-all mailing list