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