about summary refs log tree commit diff
path: root/.ssh/config
blob: b537c94fe2820f9098a67a5e2cadf890459bbae7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VisualHostKey=yes

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

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

Host monsterware.dev
  User devin
  Port 60666

Host wiredego.net
  Port 1998