We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b940f5b commit ae62525Copy full SHA for ae62525
site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPage.tsx
@@ -9,10 +9,10 @@ export const Language = {
9
title: "SSH keys",
10
description: (
11
<p>
12
- Git in workspaces is authenticated with the following public key. You may add it to Git
+ 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 sets <code>$GIT_SSH_COMMAND</code> to perform the override.
+ Coder configures authentication via <code>$GIT_SSH_COMMAND</code>.
16
</p>
17
),
18
regenerateDialogTitle: "Regenerate SSH key?",
0 commit comments