mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 06:17:33 -08:00
Remove Incorrect Apple PKC Admin Step? (#1650)
This PR removes the instruction: On the remote node, got to Settings > App Settings and enable Administration. I believe this setting is client-side only and this step doesn't do anything.
This commit is contained in:
parent
574846ac78
commit
ef71ba67a3
|
@ -74,13 +74,12 @@ Legacy admin is enabled using the Legacy Admin channel option in [Security Confi
|
||||||
#### Setting up Remote Admin Using the PKC Method
|
#### Setting up Remote Admin Using the PKC Method
|
||||||
|
|
||||||
1. Connect to the node that will be used to administer the remote node.
|
1. Connect to the node that will be used to administer the remote node.
|
||||||
2. Go to Settings > App Settings on this node and enable **Administration**.
|
2. Go to **Settings > App Settings** on this node and enable **Administration**.
|
||||||
3. Navigate to **Settings > Radio Configuration > [Security](/docs/configuration/radio/security/#public-key)** to find its public key.
|
3. Navigate to **Settings > Radio Configuration > [Security](/docs/configuration/radio/security/#public-key)** to find its public key.
|
||||||
4. Copy the public key to use for configuring the remote node.
|
4. Copy the public key to use for configuring the remote node.
|
||||||
5. Connect to the remote node.
|
5. Connect to the remote node.
|
||||||
6. In **Settings > Radio Configuration > Security**, add the public key of the local node as an Admin Key.
|
6. In **Settings > Radio Configuration > Security**, add the public key of the local node as an Admin Key.
|
||||||
7. Up to 3 Admin Keys may be supplied, allowing up to 3 controlling nodes.
|
7. Up to 3 Admin Keys may be supplied, allowing up to 3 controlling nodes.
|
||||||
8. On the remote node, go to **Settings > App Settings** and enable **Administration**.
|
|
||||||
|
|
||||||
#### Setting up Remote Admin using the Legacy method
|
#### Setting up Remote Admin using the Legacy method
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue