openwrt/package/network
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
..
config netifd: strip mask from IP address in DHCP client params 2023-04-02 22:07:27 +02:00
ipv6 odhcp6c: update to git HEAD 2022-08-18 00:16:35 +02:00
services dropbear: add ed25519 for failsafe key 2023-08-12 11:46:51 +02:00
utils restool: update source.codeaurora.org repository link 2023-06-11 18:58:49 +02:00