Skip to content

Commit

Permalink
Respond to PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Mar 14, 2022
1 parent 9f6337d commit 506b5f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/pages/setup/admin/trustedclusters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ and the "leaf" cluster:

![Tunnels](../../../img/tunnel.svg)

This setup works as follows. The "leaf" creates an outbound reverse SSH tunnel
This setup works as follows: the "leaf" creates an outbound reverse SSH tunnel
to "root" and keeps the tunnel open. When a user tries to connect to a Node
inside "leaf" using the root's Proxy Service, the reverse tunnel is used to establish
this connection shown as the green line above.
Expand Down Expand Up @@ -163,8 +163,8 @@ configuration file or to create them on the fly using the `tctl` tool.

### Static join tokens

To create a static join token, update the configuration file on "root" cluster
to look like this:
To create a static join token, update the configuration file on the "root"
cluster to look like this:

```yaml
# fragment of /etc/teleport.yaml:
Expand Down Expand Up @@ -260,7 +260,8 @@ an expiration time of 5 minutes.
Users of Teleport will recognize that this is the same way you would add any
Node to a cluster.

Now, the administrator of "leaf" must create the following resource file:
Now, the administrator of the leaf cluster must create the following
resource file:

```yaml
# cluster.yaml
Expand Down

0 comments on commit 506b5f8

Please sign in to comment.