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 30, 2022
1 parent d5521e1 commit 2a9b39c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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
2 changes: 1 addition & 1 deletion docs/pages/setup/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ $ tsh login [<flags>] [<cluster>]

#### Arguments

- `<cluster>` - the name of the cluster, see [Trusted Cluster](../../setup/admin/trustedclusters.mdx#introduction) for more information.
- `<cluster>` - the name of the cluster, see [Trusted Cluster](../../setup/admin/trustedclusters.mdx) for more information.

#### Flags

Expand Down

0 comments on commit 2a9b39c

Please sign in to comment.