openwrt/package
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
..
base-files base-files: fix duplicate wifi radio sections when using phy renaming 2023-07-17 14:33:57 +02:00
boot uboot-rockchip: add FriendlyARM NanoPC T4 support 2023-07-26 12:15:20 +02:00
devel strace: update to 6.4 2023-07-19 23:00:33 +02:00
firmware linux-firmware: broadcom: package bcm4356 NVRAM for NanoPC T4 2023-07-26 12:15:20 +02:00
kernel kernel: Autoload nvme at preinit time 2023-07-26 12:20:32 +02:00
libs openssl: opt-out of lto usage 2023-07-26 10:34:07 +02:00
network dropbear: add ed25519 for failsafe key 2023-07-26 14:00:01 +02:00
system urngd: update to the latest master 2023-07-25 10:04:34 +02:00
utils mediatek: add support for ZyXEL NWA50AX Pro 2023-07-21 20:28:13 +02:00
Makefile