GitHub organization access via ssh key

I may be blind, but I canโ€™t find a way to access the organization that provided me access through the SSH key. I know that this is a breeze connected directly with your own account, but how will I do this through the organization?

+7
git github ssh-keys
source share
1 answer

The personal SSH keys of your account identify the GitHub user. If the organization granted you access, this was done through your GitHub user; The SSH key attached to this user will give you access.

If you want to have separate SSH keys for your organization (for example, if you are working on another computer), simply add the second key to your personal account.

+6
source share

All Articles