Skip to content

Commit 6a69b50

Browse files
ericpaulsenKatie Horne
and
Katie Horne
authored
specify ECDSA use (coder#278)
* specify ECDSA use * Edit text Co-authored-by: Katie Horne <katie@coder.com>
1 parent e16beac commit 6a69b50

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

admin/git.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ Coder integrates with the following service providers for authentication and
2020
rel="noreferrer noopener">doesn't support</a> managing SSH keys for users via
2121
OAuth)
2222

23-
Note that linking your Coder account with a git service provider is _not_
24-
required. Instead, you can use Visual Studio Code with git, the command-line
25-
tool, and we expect that this combination will work with most hosting software
26-
or services. However, Coder doesn't test these and cannot provide
27-
recommendations or support.
23+
Linking your Coder account with a git service provider is _not_ required.
24+
Instead, you can use Visual Studio Code with git, the command-line tool, and we
25+
expect that this combination will work with most hosting software or services.
26+
However, Coder doesn't test these and cannot provide recommendations or support.
27+
28+
**Note** The public key provided by Coder uses the ECDSA key algorithm. Ensure
29+
this is supported by your git provider.
2830

2931
![Configure Git Integration](../assets/git-admin.png)
3032

environments/preferences.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ need to access from your environment.
3939
If necessary, you can regenerate your key. Be sure to provide your updated key
4040
to all of the services you use. Otherwise, they won't work.
4141

42+
> The SSH public key uses the ECDSA key algorithm instead of the more commonly
43+
> used RSA key. This provides you with a smaller, more performant key with the
44+
> same level of security as RSA.
45+
4246
## Linked accounts
4347

4448
The **Linked Accounts** tab allows you to automatically provide your Coder SSH

0 commit comments

Comments
 (0)