svn commit: r294560 - head/etc/rc.d

Dag-Erling Smørgrav des at des.no
Sat Feb 6 14:19:22 UTC 2016


Bryan Drewery <bdrewery at FreeBSD.org> writes:
> I think perhaps you should also remove these as having default paths in
> the .c as well and require they be enabled in the config. Otherwise a
> warning is given:
>
> Feb  4 15:25:22 VM sshd[874]: error: Could not load host key:
> /etc/ssh/ssh_host_dsa_key
>
> Or always generate them but only load them if enabled in the config.

I did this because I wanted to move away from DSA keys without disabling
them in the default config (which can break existing setups).  The
problem is that apparently OpenSSH doesn't interpret HostKey as "try to
load these keys" but as "you must load these keys", even when it wasn't
explicitly set; I would have expected the default to be "load whatever
is available".  I'll see if I can patch OpenSSH to do what I want, and
revert this if not.

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


More information about the svn-src-all mailing list