1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Update about-ssh-certificate-authorities.md to separate GHEC and GHES information (#57041)

Co-authored-by: Vanessa <vgrl@github.com>
This commit is contained in:
bss-mc
2025-08-11 12:25:45 +09:00
committed by GitHub
parent 1102f47a98
commit ffc5b41de4
2 changed files with 3 additions and 3 deletions

View File

@@ -39,11 +39,11 @@ Unless you make SSH certificates a requirement, organization members and outside
## About SSH URLs with SSH certificates
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.
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.
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**.
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.
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.
## Issuing certificates

View File

@@ -1 +1 @@
You can require that members use SSH certificates to access organization resources, unless SSH is disabled in your repository.
You can require that members use SSH certificates to access organization resources{% ifversion ghes %}, unless SSH is disabled in your repository{% endif %}.