packages/net/openssh
Peter Wagner 325b7d2cd2 The earlier commit ea119211b2 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>
2017-06-03 01:04:27 +02:00
..
files openssh: remove dsa and add ecdsa + ed25519 to initial keygen. 2015-11-27 20:03:47 -08:00
patches The earlier commit ea119211b2 removed 'dsa' as one of the ssh_host_*_key 2017-06-03 01:04:27 +02:00
Makefile The earlier commit ea119211b2 removed 'dsa' as one of the ssh_host_*_key 2017-06-03 01:04:27 +02:00