From 2a9b39cd12e0e4a9d662cc011648341fd7d6f7ab Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Mon, 14 Mar 2022 17:16:29 -0400 Subject: [PATCH] Respond to PR feedback --- docs/pages/setup/admin/trustedclusters.mdx | 9 +++++---- docs/pages/setup/reference/cli.mdx | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/pages/setup/admin/trustedclusters.mdx b/docs/pages/setup/admin/trustedclusters.mdx index 18cc14a95eb97..e5bc33c67c2e6 100644 --- a/docs/pages/setup/admin/trustedclusters.mdx +++ b/docs/pages/setup/admin/trustedclusters.mdx @@ -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. @@ -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: @@ -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 diff --git a/docs/pages/setup/reference/cli.mdx b/docs/pages/setup/reference/cli.mdx index 0339c46a3c02c..cca865af3c7f4 100644 --- a/docs/pages/setup/reference/cli.mdx +++ b/docs/pages/setup/reference/cli.mdx @@ -498,7 +498,7 @@ $ tsh login [] [] #### Arguments -- `` - the name of the cluster, see [Trusted Cluster](../../setup/admin/trustedclusters.mdx#introduction) for more information. +- `` - the name of the cluster, see [Trusted Cluster](../../setup/admin/trustedclusters.mdx) for more information. #### Flags