openwrt/package/network
Etienne Champetier 6ac61dead9 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>
2023-07-26 14:00:01 +02:00
..
config netifd: update to the latest version 2023-07-03 11:53:37 +02:00
ipv6 odhcp6c: add skpriority option 2023-05-12 13:19:50 +02:00
services dropbear: add ed25519 for failsafe key 2023-07-26 14:00:01 +02:00
utils iproute2: update 6.4 2023-07-19 15:25:57 +02:00