Skip to content

Commit c4650de

Browse files
committed
add ssh limitations
1 parent f3245c6 commit c4650de

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Users can use any SSH client to connect to the target, as long as they are logge
8585
ssh <username>@<target IP>
8686
```
8787

88-
SSH with Access for Infrastructure also supports `scp` and `rsync` commands. At this time, `sftp` is not supported. Note that `scp` commands that utilize OpenSSH versions > 9.0 will not work at this time because OpenSSH 9.0+ leverages `sftp` to execute the command.
88+
Access for Infrastructure also supports `scp` and `rsync` commands. Refer to [Known limitations](#known-limitations) for a list of unsupported SSH commands and features.
8989

9090
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).
9191

@@ -140,3 +140,13 @@ To manually retrieve logs:
140140
4. <Render file="ssh/decrypt-ssh-log" />
141141

142142
Enterprise customers can also export command logs using [Logpush](/cloudflare-one/insights/logs/logpush/).
143+
144+
## Known limitations
145+
146+
The following SSH features are not supported:
147+
148+
- `sftp` commands
149+
- `scp` commands that utilize OpenSSH versions > 9.0, because OpenSSH 9.0+ leverages `sftp` to execute the command
150+
- Local and remote port forwarding
151+
- SSH agent forwarding
152+
- X11 forwarding

0 commit comments

Comments
 (0)