From f308ba4fd9d10b3dc1d8259aad6e0c183a9dc410 Mon Sep 17 00:00:00 2001 From: jebba Date: Tue, 27 Jul 2021 18:08:41 -0600 Subject: [PATCH] Ed25519 support in dropbear --- docs/BUILD.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/BUILD.md b/docs/BUILD.md index a8ee30a..88a6614 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -219,3 +219,8 @@ https://forum.openwrt.org/t/vlan-tagging-on-ipq40xx-gl-b1300-no-longer-works/695 so that vlans work, which is needed for separate lan, wan, and backhaul ``` +Also better for ssh config in OpenWRT build, enable: + +``` +Base system --> Dropbear Configuration --> Ed25519 support +```