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
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ Prerequisites for SSH access to VMs:
28
28
* Make sure you have added your SSH key in your GitHub account. For instructions, see [Adding a new SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) in the GitHub documentation.
29
29
30
30
:::note
31
-
Troubleshooting
32
-
Your GitHub usernames and SSH keys are synced to the VM when you first create it. If you update your GitHub username or keys after VM creation, you can manually sync by going to [Account Settings](https://vendor.replicated.com/account-settings) > click "Save."
31
+
Your GitHub usernames and SSH keys are synced to the VM when you first create it. If you update your GitHub username or keys after VM creation, you can manually sync by going to [Account Settings](https://vendor.replicated.com/account-settings) > click "Save."
33
32
:::
34
33
35
34
## Set Up SSH Access
@@ -145,9 +144,7 @@ There are currently two supported methods to SSH into a VM:
145
144
146
145
### Compatibility Matrix Forwarder
147
146
148
-
:::note
149
147
Transferring files using Compatibility Matrix Forwarder is slower than Direct SSH. Compatibility Matrix servers run on EKS, so depending on your location going through the forwarder will add latency. If you're transferring large files onto the VM, use [Direct SSH](#direct-ssh) in combination with SCP.
Transferring files using Direct SSH allows you to use your SSH tool of choice, and pass any client-supported flags.
180
-
181
-
182
-
:::note
183
-
Requires Replicated CLI v0.104.0 or later.
184
-
:::
176
+
Transferring files using Direct SSH allows you to use your SSH tool of choice, and pass any client-supported flags. Requires Replicated CLI v0.104.0 or later.
185
177
186
178
1. Get the SSH endpoint for the VM:
187
179
@@ -199,9 +191,7 @@ Requires Replicated CLI v0.104.0 or later.
Make sure the username for SSH matches the GitHub username in Vendor Portal. For more information about overriding the username, see [Override Username](#override-username).
Make sure the username for SSH matches the GitHub username in Vendor Portal. For more information about overriding the username, see [Override Username](#override-username).
0 commit comments