Skip to content

Instantly share code, notes, and snippets.

@sadiqsalau
Last active November 18, 2022 13:30
Show Gist options
  • Save sadiqsalau/ca6b1398b8b3b76016974d69c7e64a48 to your computer and use it in GitHub Desktop.
Save sadiqsalau/ca6b1398b8b3b76016974d69c7e64a48 to your computer and use it in GitHub Desktop.
Github deploy keys ssh example config
Host example-1.github.com
HostName github.com
User git
IdentityFile ~/.ssh/example_1
IdentitiesOnly yes
Host example-2.github.com
HostName github.com
User git
IdentityFile ~/.ssh/example_2
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment