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

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

Host monsterware.dev
  User devin
  Port 60666