Skip to content

Commit 3f29633

Browse files
committed
Clarify how to connect to dev desktop
Users can connect to the dev desktops using their hostnames. The documentation has been adjusted to include their fully qualified domain names.
1 parent e8f7367 commit 3f29633

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/infra/docs/dev-desktop.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ authentication, and automatically fetch the user’s public keys from GitHub.
3535
You can connect to the instance with the following command:
3636

3737
```shell
38-
ssh <your-username>@<instance>
38+
ssh <your-username>@<name>.infra.rust-lang.org
3939
```
4040

41+
Replace `<name>` with the machine name from the table at the top of the page.
42+
For example, connect to `dev-desktop-eu-1` using the hostname
43+
`dev-desktop-eu-1.infra.rust-lang.org`.
44+
4145
If you don’t have a public key on GitHub, read the following guides that explain
4246
how to create an SSH key and add it to your GitHub account. It might take a few
4347
minutes after the key has been added before the dev desktops get updated.

0 commit comments

Comments
 (0)