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>
This commit is contained in:
Derik Taylor 2024-11-30 00:15:02 -05:00 committed by GitHub
parent 8e8f89491a
commit e132b68428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.