Philip Prindeville
73fa0c963d
openssh-server: deprecate the ecdsa HostKey
...
The init.d script for sshd never generates an ecdsa HostKey as seen
here:
for type in rsa ed25519
do
# check for keys
key=/etc/ssh/ssh_host_${type}_key
[ ! -f $key ] && {
# generate missing keys
[ -x /usr/bin/ssh-keygen ] && {
/usr/bin/ssh-keygen -N '' -t $type -f $key 2>&- >&-
}
}
done
so we'll never succeed at loading one. Get rid of the resultant
error message in logging:
May 5 17:13:59 OpenWrt sshd[20070]: error: Unable to load host key: /etc/ssh/ssh_host_ecdsa_key
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com >
2020-05-05 18:03:56 -06:00
..
2020-05-04 10:36:42 +02:00
2020-04-18 15:33:16 +02:00
2020-04-05 20:42:29 +02:00
2020-05-01 11:56:56 -07:00
2020-04-13 19:27:28 +02:00
2020-04-22 15:07:16 +03:00
2020-04-17 16:14:35 +01:00
2020-05-03 00:15:13 +02:00
2020-04-05 10:26:52 +01:00
2020-04-08 07:43:38 -03:00
2020-04-11 23:20:47 -05:00
2020-05-05 12:03:10 +09:00
2020-04-10 21:39:31 +08:00
2020-05-03 03:06:20 +03:00
2020-04-21 07:39:17 +02:00
2020-04-03 08:02:50 +02:00
2020-04-11 00:25:11 +00:00
2020-04-21 23:57:33 -06:00
2020-04-02 01:18:07 +02:00
2020-05-04 09:07:00 +02:00
2020-04-09 19:29:47 +02:00
2020-04-15 09:54:24 +02:00
2020-03-30 13:19:02 +01:00
2020-04-22 15:50:57 -07:00
2020-04-30 14:55:20 +02:00
2020-04-30 11:14:46 -04:00
2020-04-16 12:05:29 +02:00
2020-04-11 23:23:45 +02:00
2020-04-19 01:56:23 +08:00
2020-04-11 19:52:44 -07:00
2020-05-01 19:18:37 +02:00
2020-04-19 01:15:33 +03:00
2020-05-01 19:18:37 +02:00
2020-05-05 18:03:56 -06:00
2020-04-19 01:56:23 +08:00
2020-04-21 05:57:56 +02:00
2020-04-19 01:56:23 +08:00
2020-04-29 17:48:46 +08:00
2020-04-19 01:56:23 +08:00
2020-04-29 16:25:20 +08:00
2020-04-19 01:56:23 +08:00
2020-04-19 01:56:23 +08:00
2020-04-28 12:18:23 +03:00
2020-05-03 19:01:21 +02:00
2020-05-03 19:02:25 +02:00
2020-05-03 19:00:15 +02:00
2020-05-03 18:57:13 +02:00
2020-05-03 18:58:31 +02:00
2020-04-22 17:45:53 +00:00
2020-04-21 08:28:01 +02:00
2020-04-30 18:51:19 +01:00
2020-04-03 18:42:13 +03:00
2020-04-29 17:52:20 -03:00
2020-04-19 01:56:23 +08:00
2020-04-17 13:57:00 +02:00
2020-04-07 12:44:23 +02:00
2020-04-29 14:48:36 +02:00
2020-04-30 19:17:54 +03:00
2020-04-29 16:49:42 +08:00
2020-05-04 22:47:32 +00:00
2020-05-02 22:35:32 +00:00
2020-04-20 22:14:06 +02:00
2020-04-14 11:37:04 +08:00
2020-04-03 00:12:09 +08:00
2020-04-21 13:49:47 -06:00
2020-04-03 10:25:35 -04:00