1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/github/authenticating-to-github/authorizing-an-ssh-key-for-use-with-saml-single-sign-on.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

1.6 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Authorizing an SSH key for use with SAML single sign-on To use an SSH key with an organization that uses SAML single sign-on (SSO), you must first authorize the key.
/articles/authorizing-an-ssh-key-for-use-with-a-saml-single-sign-on-organization/
/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on
free-pro-team
*

You can authorize an existing SSH key, or create a new SSH key and then authorize it. For more information about creating a new SSH key, see "Generating a new SSH key and adding it to the ssh-agent."

{% note %}

Note: If your SSH key authorization is revoked by an organization, you will not be able to reauthorize the same key. You will need to create a new SSH key and authorize it. For more information about creating a new SSH key, see "Generating a new SSH key and adding it to the ssh-agent."

{% endnote %}

{% data reusables.user_settings.access_settings %} {% data reusables.user_settings.ssh %} 3. Next to the SSH key you'd like to authorize, click Enable SSO or Disable SSO. SSO token authorize button 4. Find the organization you'd like to authorize the SSH key for. 5. Click Authorize. Token authorize button

Further reading