Etienne Champetier ee910d1e67 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 6ac61dead99ff6b9df00c29b7a858772449718b2)
2023-07-26 14:00:52 +02:00
..
2020-01-05 19:36:46 +01:00
2023-07-20 08:04:11 +02:00
2023-05-24 19:26:19 +01:00
2023-06-24 19:09:52 +02:00
2021-11-04 15:04:45 +02:00
2023-01-28 20:24:22 +01:00
2023-06-25 22:50:50 +02:00
2023-05-18 18:07:17 +02:00
2023-06-12 22:10:17 +02:00