Skip to content

Commit 96fc290

Browse files
RalfJungMark-Simulacrum
authored andcommitted
dev desktops: make gh- prefix harder to miss
1 parent 13a371f commit 96fc290

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/infra/docs/dev-desktop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ authentication, and automatically fetch the user’s public keys from GitHub.
3737
You can connect to the instance with the following command:
3838

3939
```shell
40-
ssh <your-username>@<name>.infra.rust-lang.org
40+
ssh gh-<your-username>@<name>.infra.rust-lang.org
4141
```
4242

4343
Replace `<name>` with the machine name from the table at the top of the page.
@@ -55,7 +55,7 @@ To make the command easier, you can configure an alias in your `~/.ssh/config` l
5555

5656
```ssh-config
5757
Host rustvm
58-
User <your-username>
58+
User gh-<your-username>
5959
HostName <name>.infra.rust-lang.org
6060
```
6161

@@ -165,7 +165,7 @@ In summary:
165165
2. Then open VS Code on your machine and install
166166
the [Remote Development Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
167167
3. Open the command palette and search for “Remote-SSH: Connect to host”
168-
4. Enter your username and the instance name (`<your-username>@<instance>`)
168+
4. Enter your username and the instance name (`gh-<your-username>@<instance>`)
169169
5. Select the path for the cloned repository from step 1
170170
6. Install any extensions that you want to run on the server (e.g.
171171
rust-analyzer)

0 commit comments

Comments
 (0)