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: site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPage.tsx
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,14 @@ import { SSHKeysPageView } from "./SSHKeysPageView"
7
7
8
8
exportconstLanguage={
9
9
title: "SSH keys",
10
-
description:
11
-
"Coder automatically inserts a private key into every workspace; you can add the corresponding public key to any services (such as Git) that you need access to from your workspace.",
10
+
description: (
11
+
<p>
12
+
Git in workspaces is authenticated with the following public key. You may add it to Git
13
+
services (such as GitHub) that you need to access from your workspace. <br/>
14
+
<br/>
15
+
Coder sets <code>$GIT_SSH_COMMAND</code> to perform the override.
16
+
</p>
17
+
),
12
18
regenerateDialogTitle: "Regenerate SSH key?",
13
19
regenerateDialogMessage:
14
20
"You will need to replace the public SSH key on services you use it with, and you'll need to rebuild existing workspaces.",
0 commit comments