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: src/infra/docs/dev-desktop.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,16 @@ minutes after the key has been added before the dev desktops get updated.
52
52
-[Generating a new SSH key and adding it to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
53
53
-[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)
54
54
55
+
To make the command easier, you can configure an alias in your `~/.ssh/config` like so:
56
+
57
+
```ssh-config
58
+
Host rustvm
59
+
User <your-username>
60
+
HostName <name>.infra.rust-lang.org
61
+
```
62
+
63
+
Then you can connect with `ssh rustvm`.
64
+
55
65
## How to set up your account
56
66
57
67
When connecting to the machine for the first time, there are a few things you
0 commit comments