about summary refs log tree commit diff
path: root/.ssh/config
blob: f9cc97289a1e4ed19e773fc126dc11449b25a782 (plain) (blame)
1
2
3
4
5
6
7
8
9
VisualHostKey=yes

Host github.com
  User git
  IdentityFile ~/.ssh/id_github

Host gitlab.com
  User git
  IdentityFile ~/.ssh/id_gitlab