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

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

Host monsterware.dev
  User devin
  Port 60666

Host wiredego.net
  Port 1998