mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
only --set and --get
This commit is contained in:
parent
090251eb7d
commit
289e56b0a8
|
@ -128,7 +128,7 @@ meshtastic --set security.admin_channel_enabled
|
||||||
|
|
||||||
#### Carrying Out Remote Admin Tasks
|
#### Carrying Out Remote Admin Tasks
|
||||||
|
|
||||||
Remote admin commands are issued using the `--dest` argument with the `!nodeid` of the target node. For example:
|
Remote admin commands are issued using the `--dest` argument with the `!nodeid` of the target node. Only the `--set` and `--get` commands are supported for remote administration. You can use these commands to modify parameters, add channels, or retrieve settings from the remote node. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
meshtastic --set security.admin_key "PASTEPUBLICKEYHERE" --dest '!28979058'
|
meshtastic --set security.admin_key "PASTEPUBLICKEYHERE" --dest '!28979058'
|
||||||
|
|
Loading…
Reference in a new issue