Files
dotfiles/.ssh/config
Julian Prein 827937854a ssh: Add codeberg.org
I started to mirror my dotfiles repo on codeberg.org
2022-09-28 00:34:43 +02:00

20 lines
419 B
Plaintext

Include config.priv
Host *
AddKeysToAgent yes
IdentitiesOnly yes
Host aur.archlinux.org aur
Hostname aur.archlinux.org
IdentityFile ~/.ssh/aur-druckdev
User aur
Host github.com github
Hostname github.com
IdentityFile ~/.ssh/github-druckdev
Host gitlab.com gitlab
Hostname gitlab.com
IdentityFile ~/.ssh/gitlab-druckdev
Host codeberg.org codeberg
Hostname codeberg.org
IdentityFile ~/.ssh/codeberg-druckdev