Skip to content

Commit 48004f3

Browse files
authored
Update file transfer capabilities (#24431)
Removing SFTP and SCP limitations for short-lived SSH
1 parent 2a41997 commit 48004f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Users can use any SSH client to connect to the target, as long as they are logge
9090
ssh <username>@<target IP>
9191
```
9292

93-
Access for Infrastructure also supports `scp` and `rsync` commands. Refer to [Known limitations](#known-limitations) for a list of unsupported SSH commands and features.
93+
Access for Infrastructure also supports `scp`, `sftp`, and `rsync` commands. Refer to [Known limitations](#known-limitations) for a list of unsupported SSH commands and features.
9494

9595
To learn more about user connections, refer to the [Access for Infrastructure documentation](/cloudflare-one/applications/non-http/infrastructure-apps/#4-connect-as-a-user).
9696

@@ -165,8 +165,6 @@ To set up the Logpush job, refer to [Logpush integration](/cloudflare-one/insigh
165165

166166
The following SSH features are not supported:
167167

168-
- `sftp` commands
169-
- `scp` commands that utilize OpenSSH versions > 9.0, because OpenSSH 9.0+ leverages `sftp` to execute the command
170168
- Local and remote port forwarding
171169
- SSH agent forwarding
172170
- X11 forwarding

0 commit comments

Comments
 (0)