summaryrefslogtreecommitdiff
path: root/ssh/config
blob: d730549654a645ea85333d07b4def824dd6f5ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- 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

Match exec "test -S ~/.ssh/agent.sock"
  IdentityAgent ~/.ssh/agent.sock