diff --git a/src/infra/docs/dev-desktop.md b/src/infra/docs/dev-desktop.md index bad4ba8f..720f7ba1 100644 --- a/src/infra/docs/dev-desktop.md +++ b/src/infra/docs/dev-desktop.md @@ -37,7 +37,7 @@ authentication, and automatically fetch the user’s public keys from GitHub. You can connect to the instance with the following command: ```shell -ssh @.infra.rust-lang.org +ssh gh-@.infra.rust-lang.org ``` Replace `` 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 ```ssh-config Host rustvm - User + User gh- HostName .infra.rust-lang.org ``` @@ -165,7 +165,7 @@ In summary: 2. Then open VS Code on your machine and install the [Remote Development Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) 3. Open the command palette and search for “Remote-SSH: Connect to host” -4. Enter your username and the instance name (`@`) +4. Enter your username and the instance name (`gh-@`) 5. Select the path for the cloned repository from step 1 6. Install any extensions that you want to run on the server (e.g. rust-analyzer)