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
|
||||
@@ -74,6 +74,9 @@
|
||||
~/.local/share/gnupg/gpg-agent.conf:
|
||||
create: true
|
||||
path: .local/share/gnupg/gpg-agent.conf
|
||||
~/.ssh/config:
|
||||
create: true
|
||||
path: .ssh/config
|
||||
.git/hooks/:
|
||||
create: true
|
||||
glob: true
|
||||
|
||||
Reference in New Issue
Block a user