summaryrefslogtreecommitdiff
path: root/ssh/config
blob: fb446801b80292e6fe7a67a7e62620d0d6148b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- mode: conf-space -*-

Include ../dotfiles-${UNAME}/ssh/config
Include ../dotfiles-${DOMAIN}/ssh/config
Include ../dotfiles-${HOST_SHORT}/ssh/config

Host *
  VerifyHostKeyDNS yes

Host github
  HostName github.com
  User     git