dot-files/ssh/.ssh/config

11 lines
218 B
Text

Include private_config # Inside ~/.ssh/
Host github.com
HostName github.com
IdentityFile ~/.ssh/shared_rsa
User git
Host gitlab.com
HostName gitlab.com
IdentityFile ~/.ssh/shared_rsa
User git