Last active
November 18, 2022 13:30
-
-
Save sadiqsalau/ca6b1398b8b3b76016974d69c7e64a48 to your computer and use it in GitHub Desktop.
Github deploy keys ssh example config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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