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
@@ -51,6 +51,16 @@ minutes after the key has been added before the dev desktops get updated.
51
51
-[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)
52
52
-[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)
53
53
54
+
To make the command easier, you can configure an alias in your `~/.ssh/config` like so:
55
+
56
+
```ssh-config
57
+
Host rustvm
58
+
User <your-username>
59
+
HostName <name>.infra.rust-lang.org
60
+
```
61
+
62
+
Then you can connect with `ssh rustvm`.
63
+
54
64
## How to set up your account
55
65
56
66
When connecting to the machine for the first time, there are a few things you
0 commit comments