The earlier commit ea119211b21 removed 'dsa' as one of the ssh_host_*_key
authorPeter Wagner <tripolar@gmx.at>
Fri, 2 Jun 2017 23:04:27 +0000 (01:04 +0200)
committerPeter Wagner <tripolar@gmx.at>
Fri, 2 Jun 2017 23:04:27 +0000 (01:04 +0200)
commit325b7d2cd2d6e9d4903c6e7628c7c9ae0ddab564
treef02256a6d5dc04694e9a1f0e55227eefe673d56d
parent52e04b26420eab42ae3a9bab50101da034687c28
The earlier commit ea119211b21 removed 'dsa' as one of the ssh_host_*_key
types that got generated.  Problem was that it didn't remove that key
as one of the paths that the server looks for by default.  As a
consequence, your log file might fill up with messages like:

    2017-06-01T15:43:07-06:00 openwrt sshd[31929]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key

The patch is forunately trivial.  Don't set the path for the dsa
key file in the server configuration.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
net/openssh/Makefile
net/openssh/patches/900-remove-dsa-key-file-patch.patch [new file with mode: 0644]