From ab34c691d22fa2646ea7dedf57eaa7e8b4dceb61 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 12 Mar 2024 23:04:28 -0400 Subject: [PATCH 1/2] docs: update tsh config cli description --- docs/pages/reference/cli/tsh.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pages/reference/cli/tsh.mdx b/docs/pages/reference/cli/tsh.mdx index 7136fe9c450ec..662cc3eb868f7 100644 --- a/docs/pages/reference/cli/tsh.mdx +++ b/docs/pages/reference/cli/tsh.mdx @@ -89,8 +89,9 @@ $ tsh clusters --quiet ## tsh config -Generates OpenSSH configuration to use currently logged in teleport -as a bastion host. +Print OpenSSH configuration details to allow using a SSH +client with credentials managed by Teleport to connect to +hosts in your cluster. ```code $ tsh config From 2f0bd53b24f9a6ff033e81a3ebbc311330a24316 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Thu, 9 May 2024 11:05:38 -0400 Subject: [PATCH 2/2] docs: tsh config verbiage update Co-authored-by: Paul Gottschling --- docs/pages/reference/cli/tsh.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/cli/tsh.mdx b/docs/pages/reference/cli/tsh.mdx index 662cc3eb868f7..f8dcd996610bb 100644 --- a/docs/pages/reference/cli/tsh.mdx +++ b/docs/pages/reference/cli/tsh.mdx @@ -89,7 +89,7 @@ $ tsh clusters --quiet ## tsh config -Print OpenSSH configuration details to allow using a SSH +Print OpenSSH configuration details to allow using an SSH client with credentials managed by Teleport to connect to hosts in your cluster.