site: correct documentation on gitsshkey (#3690)

* site: correct documentation on gitsshkey

Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com>
This commit is contained in:
Ammar Bandukwala
2022-09-02 02:29:57 +00:00
committed by GitHub
co-authored by Presley Pizzo
parent 3c91b92930
commit 2d347657dc
@@ -7,8 +7,14 @@ import { SSHKeysPageView } from "./SSHKeysPageView"
export const Language = {
title: "SSH keys",
description:
"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.",
description: (
<p>
The following public key is used to authenticate Git in workspaces. You may add it to Git
services (such as GitHub) that you need to access from your workspace. <br />
<br />
Coder configures authentication via <code>$GIT_SSH_COMMAND</code>.
</p>
),
regenerateDialogTitle: "Regenerate SSH key?",
regenerateDialogMessage:
"You will need to replace the public SSH key on services you use it with, and you'll need to rebuild existing workspaces.",