Add ssh config
This commit is contained in:
parent
19de8cba73
commit
fe7d7c83e2
14
arch-config/.ssh/config
Normal file
14
arch-config/.ssh/config
Normal file
@ -0,0 +1,14 @@
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host gitlab.com
|
||||
IdentityFile /home/marc/.ssh/id_ed25519_git
|
||||
|
||||
Host github.com
|
||||
IdentityFile /home/marc/.ssh/id_ed25519_git
|
||||
|
||||
# Private gitea
|
||||
Host 172.18.50.104
|
||||
IdentityFile /home/marc/.ssh/id_ed25519_git
|
||||
|
||||
Host aur.archlinux.org
|
||||
IdentityFile /home/marc/.ssh/id_ed25519_git
|
Loading…
Reference in New Issue
Block a user