Skip to content

Commit 2d34765

Browse files
ammariopresleyp
andauthored
site: correct documentation on gitsshkey (#3690)
* site: correct documentation on gitsshkey Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com>
1 parent 3c91b92 commit 2d34765

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+
The following public key is used to authenticate Git in workspaces. You may add it to Git
13+
services (such as GitHub) that you need to access from your workspace. <br />
14+
<br />
15+
Coder configures authentication via <code>$GIT_SSH_COMMAND</code>.
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)