This version of GitHub Enterprise will be discontinued on This version of GitHub Enterprise was discontinued on 2020-08-20. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Article version: Enterprise Server 2.18

Error: Key already in use

This error occurs when you try to add a key that's already been added to another account or repository.

In this article

Finding where the key has been used

To determine where the key has already been used, open a terminal and type the ssh command. Use the -i flag to provide the path to the key you want to check:

$ ssh -T -ai ~/.ssh/id_rsa git@hostname
# Connect to your GitHub Enterprise Server instance using a specific ssh key
> Hi username! You've successfully authenticated, but GitHub does not
> provide shell access.

The username in the response is the GitHub Enterprise account that the key is currently attached to. If the response looks something like "username/repo", the key has been attached to a repository as a deploy key.

Fixing the issue

To resolve the issue, first remove the key from the other account or repository and then add it to your account.

If you don't have permissions to transfer the key, and can't contact a user who does, remove the keypair and generate a brand new one.

Deploy keys

Once a key has been attached to one repository as a deploy key, it cannot be used on another repository. If you're running into this error while setting up deploy keys, see "Managing deploy keys."

Ask a human

Can't find what you're looking for?

Contact us