Skip to content

Commit ffc5b41

Browse files
bss-mcvgrl
andauthored
Update about-ssh-certificate-authorities.md to separate GHEC and GHES information (#57041)
Co-authored-by: Vanessa <vgrl@github.com>
1 parent 1102f47 commit ffc5b41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Unless you make SSH certificates a requirement, organization members and outside
3939

4040
## About SSH URLs with SSH certificates
4141

42-
If your organization requires SSH certificates, to prevent authentication errors, organization members and outside collaborators should use a special URL that includes the organization ID when performing Git operations over SSH. This special URL allows the client and server to more easily negotiate which key on the member's computer should be used for authentication. If a member uses the normal URL, which starts with `git@github.com`, the SSH client might offer the wrong key, causing the operation to fail.
42+
If your organization requires SSH certificates, to prevent authentication errors, organization members and outside collaborators should use a special URL that includes the organization ID when performing Git operations over SSH. This special URL allows the client and server to more easily negotiate which key on the member's computer should be used for authentication. If a member uses the normal URL, which starts with `git@{% data variables.product.product_url %}`, the SSH client might offer the wrong key, causing the operation to fail.
4343

4444
Anyone with read access to the repository can find this URL by selecting the **Code** dropdown menu on the main page of the repository, then clicking **Use SSH**.
4545

46-
If your organization doesn't require SSH certificates, contributors can continue to use their own SSH keys, or other means of authentication. In that case, either the special URL or the normal URL, which starts with `git@github.com`, will work.
46+
If your organization doesn't require SSH certificates, contributors can continue to use their own SSH keys, or other means of authentication. In that case, either the special URL or the normal URL, which starts with `git@{% data variables.product.product_url %}`, will work.
4747

4848
## Issuing certificates
4949

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can require that members use SSH certificates to access organization resources, unless SSH is disabled in your repository.
1+
You can require that members use SSH certificates to access organization resources{% ifversion ghes %}, unless SSH is disabled in your repository{% endif %}.

0 commit comments

Comments
 (0)