From 6bec92a96da9364e27de269a6137b1cd6d8dada1 Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Mon, 14 Oct 2024 12:41:40 -0400 Subject: [PATCH] move supported SSH commands --- .../applications/non-http/infrastructure-apps.mdx | 2 -- .../use-cases/ssh/ssh-infrastructure-access.mdx | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx b/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx index f95997a94ed6c15..99691288714e5f5 100644 --- a/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx +++ b/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx @@ -56,8 +56,6 @@ Certain protocols require configuring the server to trust connections through Ac Users connect to the target's IP address as if they were on your private network, using their preferred client software. The user must be logged into WARP on their device, but no other system configuration is required. You can optionally configure a [private DNS resolver](/cloudflare-one/policies/gateway/resolver-policies/) to allow connections to the target's private hostname. -SSH with Access for Infrastructure also supports `scp` and `rsync` functions. At this time, `sftp` is not supported. - ### Connect to different VNET To connect to targets that are in different VNETS, users will need to [switch their connected virtual network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/#connect-to-a-virtual-network) in the WARP client. diff --git a/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx b/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx index 634de4e79533c48..6e650c3e27b27b3 100644 --- a/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx @@ -78,6 +78,8 @@ Users can use any SSH client to connect to the target, as long as they are logge ssh @ ``` +SSH with Access for Infrastructure also supports `scp` and `rsync` commands. At this time, `sftp` is not supported. + For more information, refer to the [Access for Infrastructure documentation](/cloudflare-one/applications/non-http/infrastructure-apps/#connect-as-a-user). ## SSH command logs