dot-files/ssh/.ssh/config

14 lines
238 B
Plaintext
Raw Normal View History

2020-05-01 16:47:38 +02:00
Include private_config # Inside ~/.ssh/
AddKeysToAgent yes
2020-05-01 16:47:38 +02:00
Host github.com
HostName github.com
IdentityFile ~/.ssh/shared_rsa
User git
Host gitlab.com
HostName gitlab.com
IdentityFile ~/.ssh/shared_rsa
User git