Merge pull request #774 from byronmccollum/add-node-static-token-example

Fix Example for Adding Nodes Using Static Tokens
This commit is contained in:
Alexander Klizhentas 2017-02-14 09:22:16 -08:00 committed by GitHub
commit c124e2480d

View file

@ -392,7 +392,7 @@ flag to "xxxxxx". This node will join the cluster as a regular node but also
as a proxy server:
```bash
teleport start --roles=node,auth --token=xxxxx --auth-server=10.0.10.5
teleport start --roles=node,proxy --token=xxxxx --auth-server=10.0.10.5
```
### Short-lived Tokens