You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vendor/testing-vm-create.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,6 @@ For information about how to copy files to a VM after connecting, see [Copy File
164
164
165
165
### Compatibility Matrix Forwarder
166
166
167
-
:::note
168
-
Transferring files using Compatibility Matrix Forwarder is slower than using direct SSH. Compatibility Matrix servers run on EKS, so depending on your location, using the Forwarder adds latency. If you want to transfer large files such as air gap bundles onto the VM, use [Direct SSH](#direct-ssh) in combination with SCP.
169
-
:::
170
-
171
167
To connect to a VM using the Forwarder:
172
168
173
169
* SSH into the VM:
@@ -178,6 +174,8 @@ To connect to a VM using the Forwarder:
178
174
179
175
Where `VMID` is the ID of the VM.
180
176
177
+
For information about copying files to the VM after connecting, see [After Connecting to the VM with the Forwarder](#after-connecting-to-the-vm-with-the-forwarder) below.
178
+
181
179
### Direct SSH
182
180
183
181
Transferring files using Direct SSH allows you to use your SSH tool of choice, and pass any client-supported flags. Direct SSH requires Replicated CLI v0.104.0 or later.
@@ -334,16 +332,17 @@ To copy files to a VM using the scp endpoint:
334
332
335
333
### After Connecting to the VM with the Forwarder
336
334
337
-
You can also copy files with SCP after connecting to the VM using the Compatibility Matrix Forwarder.
338
-
339
335
:::note
340
-
**Beta Limitations:**
336
+
Transferring files using Compatibility Matrix Forwarder is slower than using direct SSH. Compatibility Matrix servers run on EKS, so depending on your location, using the Forwarder adds latency. If you want to transfer large files such as air gap bundles onto the VM, use direct SSH in combination with SCP. See [Using the SCP Endpoint](#using-the-scp-endpoint) above.
337
+
:::
338
+
339
+
#### Limitations
340
+
Transferring files using the Compatibility Matrix Forwarder has the following limitations:
341
341
-`scp` with flag `-O` (legacy scp protocol) is not supported.
0 commit comments