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