mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
add instruction to set explicit psk for ch
This commit is contained in:
parent
a1c5449d27
commit
9222917ffb
|
@ -90,6 +90,8 @@ Use `--ch-set psk random --ch-index 0` to assign a new (high quality) random AES
|
|||
|
||||
Use `--ch-set psk default --ch-index 0` to restore the standard 'default' (minimally secure, because it is in the source code for anyone to read) AES128 key.
|
||||
|
||||
Use `--ch-set psk base64:{key} --ch-index {index}` to set the PSK of a channel to a known entity
|
||||
|
||||
All `ch-set` commands need to have the `ch-index` parameter specified:
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue