Skip to content

Instantly share code, notes, and snippets.

@jerlendds
Created June 26, 2025 23:23
Show Gist options
  • Select an option

  • Save jerlendds/730e2bad674563fff42566e6b5d4782a to your computer and use it in GitHub Desktop.

Select an option

Save jerlendds/730e2bad674563fff42566e6b5d4782a to your computer and use it in GitHub Desktop.
.ssh/config
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