From e132b68428abfa8b98ecbe8052df9e449ed89869 Mon Sep 17 00:00:00 2001 From: Derik Taylor Date: Sat, 30 Nov 2024 00:15:02 -0500 Subject: [PATCH] Update remote-admin.mdx (#1608) * Update remote-admin.mdx Update CLI command notes to mention to append base64: to the front of the admin key if retrieved from something other than the CLI. * Update docs/configuration/remote-admin.mdx Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com> * Update remote-admin.mdx --------- Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com> --- docs/configuration/remote-admin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/remote-admin.mdx b/docs/configuration/remote-admin.mdx index 7afc8402..d065070a 100644 --- a/docs/configuration/remote-admin.mdx +++ b/docs/configuration/remote-admin.mdx @@ -112,7 +112,7 @@ Legacy admin is enabled using the Legacy Admin channel option in [Security Confi 4. Connect to the remote node via USB. 5. Set the Admin Key on the remote node by running: ```bash - meshtastic --set security.admin_key "PASTEPUBLICKEYHERE" + meshtastic --set security.admin_key "base64:PASTEPUBLICKEYHERE" ``` 6. You may add up to 3 Admin Keys, enabling control from up to 3 different nodes.