ssh: Add config
This commit is contained in:
13
.ssh/config
Normal file
13
.ssh/config
Normal file
@@ -0,0 +1,13 @@
|
||||
Include config.priv
|
||||
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host aur.archlinux.org
|
||||
IdentityFile ~/.ssh/aur-druckdev
|
||||
User aur
|
||||
Host github.com
|
||||
IdentityFile ~/.ssh/github-druckdev
|
||||
Host gitlab.com
|
||||
IdentityFile ~/.ssh/gitlab-druckdev
|
||||
Reference in New Issue
Block a user