openwrt/package/network/services
Etienne Champetier 503aa7f9fb dropbear: add ed25519 for failsafe key
At least Fedora and RHEL 9 set RSAMinSize=2048, so when trying to use
failsafe, we get 'Bad server host key: Invalid key length'
To workaround the issue, we can use: ssh -o RSAMinSize=1024 ...

Generating 2048 bits RSA is extremely slow, so add ed25519.
We keep RSA 1024 to be as compatible as possible.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit 6ac61dead9)
2023-08-12 11:46:51 +02:00
..
dnsmasq dnsmasq: add dhcphostsfile to ujail sandbox 2023-04-02 22:07:27 +02:00
dropbear dropbear: add ed25519 for failsafe key 2023-08-12 11:46:51 +02:00
ead ead: fix resource leak in tinysrp 2020-01-05 19:36:46 +01:00
hostapd hostapd: add missing return code for the bss_mgmt_enable ubus method 2023-04-02 22:07:27 +02:00
ipset-dns base-files: move /tmp/resolv.conf.auto to /tmp/resolv.conf.d/ 2020-01-07 15:36:03 +02:00
lldpd lldpd: add reload trigger 2021-11-14 21:26:41 +02:00
odhcpd odhcpd: fix null pointer dereference for INFORM messages 2023-01-02 13:51:59 +01:00
omcproxy omcproxy: bump to git HEAD 2021-11-04 15:04:45 +02:00
ppp ppp: compile fix: unset FILTER variable in Makefile 2021-03-19 00:25:58 +01:00
relayd relayd: bump to version 2020-04-25 2020-04-26 13:00:36 +01:00
uhttpd uhttpd: update to latest git HEAD 2023-08-12 11:46:51 +02:00
umdns umdns: add missing syscall to seccomp filter 2022-08-06 22:25:07 +02:00
ustp ustp: update to the latest version 2021-09-21 19:43:20 +02:00