Skip to content

Commit a32257b

Browse files
committed
Fewer notes
1 parent 4984433 commit a32257b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

docs/vendor/testing-vm-create.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Prerequisites for SSH access to VMs:
2828
* 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.
2929

3030
:::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."
3332
:::
3433

3534
## Set Up SSH Access
@@ -145,9 +144,7 @@ There are currently two supported methods to SSH into a VM:
145144

146145
### Compatibility Matrix Forwarder
147146

148-
:::note
149147
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.
150-
:::
151148

152149
SSH into the VM:
153150

@@ -176,12 +173,7 @@ scp somefile VMID@replicatedvm:/home/folder/somefile
176173

177174
### Direct SSH
178175

179-
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.
185177

186178
1. Get the SSH endpoint for the VM:
187179

@@ -199,9 +191,7 @@ Requires Replicated CLI v0.104.0 or later.
199191

200192
- **Example**`ssh://[email protected]:46795`
201193

202-
:::note
203194
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).
204-
:::
205195

206196
1. SSH into the VM:
207197

@@ -233,9 +223,7 @@ Request the scp endpoint:
233223

234224
**Example**`scp://[email protected]:46795`
235225

236-
:::note
237226
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).
238-
:::
239227

240228
1. SCP files into the VM:
241229

0 commit comments

Comments
 (0)