You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropbear is missing support for ed25519 keys in OpenWrt 24.10.0-rc5 on the DM200 build. Attempting SSH authentication with an ed25519 key results in "Permission denied" in the SSH client. Attempts to generate an ed25519 result in "Unknown key type 'ed25519'" when following the steps in the documentation https://openwrt.org/docs/guide-user/security/dropbear.public-key.auth.
root@dm200:~# dropbearkey -t ed25519 -f ~/.ssh/id_dropbear
Unknown key type 'ed25519'
Usage: dropbearkey -t <type> -f <filename> [-s bits]
-t type Type of key to generate. One of:
rsa
-f filename Use filename for the secret key.
~/.ssh/id_dropbear is recommended for client keys.
-s bits Key size in bits, should be a multiple of 8 (optional)
-y Just print the publickey and fingerprint for the
private key in <filename>.
-C Specify the key comment (email).
This was a custom build using the firmware builder using the following packages:
Maintainer: @<[email protected]>
Environment:
Model: Netgear DM200
Architecture: xRX200 rev 1.2
Target Platform: lantiq/xrx200_legacy
Firmware Version: OpenWrt 24.10.0-rc5 r28304-6dacba30a7 / LuCI openwrt-24.10 branch 25.006.62535~c9cc773
Description:
Dropbear is missing support for ed25519 keys in OpenWrt 24.10.0-rc5 on the DM200 build. Attempting SSH authentication with an ed25519 key results in "Permission denied" in the SSH client. Attempts to generate an ed25519 result in "Unknown key type 'ed25519'" when following the steps in the documentation https://openwrt.org/docs/guide-user/security/dropbear.public-key.auth.
This was a custom build using the firmware builder using the following packages:
The text was updated successfully, but these errors were encountered: