Skip to content

Commit

Permalink
move supported SSH commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbel committed Oct 14, 2024
1 parent 019d0b2 commit 6bec92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ Users can use any SSH client to connect to the target, as long as they are logge
ssh <username>@<target IP>
```

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
Expand Down

0 comments on commit 6bec92a

Please sign in to comment.