Created
June 26, 2025 23:23
-
-
Save jerlendds/730e2bad674563fff42566e6b5d4782a to your computer and use it in GitHub Desktop.
.ssh/config
This file contains hidden or 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 codeberg.org | |
| HostName codeberg.org | |
| IdentitiesOnly yes | |
| HostName codeberg.org | |
| IdentityFile ~/.ssh/id_codeberg | |
| Host github.com | |
| IdentitiesOnly yes | |
| HostName github.com | |
| IdentityFile ~/.ssh/id_github | |
| Host gitlab.com | |
| HostName gitlab.com | |
| IdentitiesOnly yes | |
| IdentityFile ~/.ssh/id_gitlab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment