Skip to content

Commit 88a832b

Browse files
committed
site: correct documentation on gitsshkey
1 parent 253e6cb commit 88a832b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPage.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ import { SSHKeysPageView } from "./SSHKeysPageView"
77

88
export const Language = {
99
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+
),
1218
regenerateDialogTitle: "Regenerate SSH key?",
1319
regenerateDialogMessage:
1420
"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

Comments
 (0)