1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Supporting SSH CAs for access to EMU user namespace repositories [GA] (#49606)

Co-authored-by: Hirsch Singhal <1666363+hpsin@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
Rachael Rose Renk
2024-03-29 12:33:17 -06:00
committed by GitHub
parent ae2627427a
commit 9bbc99fd27
5 changed files with 32 additions and 4 deletions

View File

@@ -29,8 +29,11 @@ If you haven't used your SSH key for a year, then {% data variables.product.prod
{% ifversion fpt %}
Organizations that use {% data variables.product.prodname_ghe_cloud %} can provide SSH certificates, which members can use to access that organization's repositories without adding the certificate to their account on {% data variables.product.product_name %}. If you're using an SSH certificate, you cannot use the certificate to access forks of the organization's repositories, if the fork is owned by your personal account. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities)" in the {% data variables.product.prodname_ghe_cloud %} documentation.
{% else ghec or ghes %}
If you're a member of an organization that provides SSH certificates, you can use your certificate to access that organization's repositories without adding the certificate to your account on {% data variables.product.product_name %}. You cannot use your certificate to access forks of the organization's repositories, if the forks is owned by your personal account. For more information, see "[AUTOTITLE](/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities)."
Organizations that use {% data variables.product.prodname_ghe_cloud %} can provide SSH certificates, which members can use to access that organization's repositories without adding the certificate to their account on {% data variables.product.prodname_dotcom %}.
{% ifversion ghec %}{% data reusables.emus.ssh-ca-support-for-emu %}{% endif %}
{% endif %}
## Further reading