From 62706f258cc4b9d06417a8e090d09ff214817156 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sat, 28 Sep 2024 00:24:25 -0400 Subject: [PATCH] docs: update verbiage Co-authored-by: Paul Gottschling --- docs/pages/connect-your-client/tsh.mdx | 2 +- docs/pages/enroll-resources/machine-id/faq.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/connect-your-client/tsh.mdx b/docs/pages/connect-your-client/tsh.mdx index 733c85fc48f5c..751985a9025d7 100644 --- a/docs/pages/connect-your-client/tsh.mdx +++ b/docs/pages/connect-your-client/tsh.mdx @@ -646,7 +646,7 @@ scp"` and use the familiar syntax: $ scp -P 61122 -r files root@node:/path/to/dest ``` -Teleport supports both the SCP and SFTP protocols with Server Access. +Teleport supports both the SCP and SFTP protocols. OpenSSH `scp` or `sftp` commands can both be used in place of `tsh scp` if desired. diff --git a/docs/pages/enroll-resources/machine-id/faq.mdx b/docs/pages/enroll-resources/machine-id/faq.mdx index bfbd27c6ec149..3db345af6e5f8 100644 --- a/docs/pages/enroll-resources/machine-id/faq.mdx +++ b/docs/pages/enroll-resources/machine-id/faq.mdx @@ -25,7 +25,7 @@ runs. ## Can Machine ID be used with Trusted Clusters ? -You can use Machine ID for SSH Access in trusted leaf clusters. +You can use Machine ID for SSH access in trusted leaf clusters. We currently do not support access to applications, databases, or Kubernetes clusters in leaf clusters.