# Using multiple SSH keys for Github and Github enterprise

DevFeed: [Using multiple SSH keys for Github and Github enterprise](<https://devfeed.tech/articles/using-multiple-ssh-keys-for-github-and-github-enterprise-28705.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2023/02/06/multiple-ssh-keys/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2023-02-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [OpenSSH](<https://devfeed.tech/topics/openssh.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [blogs](<https://devfeed.tech/tags/blogs.md>), [computer](<https://devfeed.tech/tags/computer.md>), [contributions](<https://devfeed.tech/tags/contributions.md>), [github](<https://devfeed.tech/tags/github.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [tips](<https://devfeed.tech/tags/tips.md>)

## AI overview

A short tutorial explains how to configure multiple SSH keys on one computer, such as using separate keys for public and enterprise GitHub contributions. It assumes an enterprise GitHub SSH key already exists and outlines creating another key, adding it to ssh-agent, and configuring hosts.

## Source excerpt

Looking to configure multiple SSH keys on the same computer? For instance to use a different SSH key for your public and enterprise Github contributions.