-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
# git@host:username/repo.git = [email protected]:u1-gh/testing.git | ||
|
||
# GitHub user 1 | ||
Host github-user1 | ||
Host github.com | ||
HostName github.com | ||
User git | ||
IdentityFile ~/.ssh/github_user1 | ||
IdentityFile ~/.ssh/u1-gh | ||
IdentitiesOnly yes | ||
|
||
# GitHub user 2 | ||
Host github-user2 | ||
HostName github.com | ||
User git | ||
IdentityFile ~/.ssh/github_user2 | ||
IdentityFile ~/.ssh/u2-gh | ||
IdentitiesOnly yes | ||
|
||
# GitLab user | ||
Host gitlab | ||
Host gitlab.com | ||
HostName gitlab.com | ||
User git | ||
IdentityFile ~/.ssh/gitlab | ||
IdentityFile ~/.ssh/u1-gl | ||
IdentitiesOnly yes | ||
|
||
# Codeberg user | ||
Host codeberg | ||
Host codeberg.org | ||
HostName codeberg.org | ||
User git | ||
IdentityFile ~/.ssh/codeberg | ||
IdentitiesOnly yes | ||
IdentityFile ~/.ssh/u1-cb | ||
IdentitiesOnly yes |