summaryrefslogtreecommitdiff
path: root/dotfiles/common/.ssh/config
blob: 464975c3fe56103fde7427a9725bec26b480b16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ControlMaster auto
ControlPath ~/.ssh/%r@%h:%p
IdentityFile ~/.ssh/id_ed25519
ServerAliveCountMax=30
ServerAliveInterval=5

Host deepsat.ghe.com
    HostName deepsat.ghe.com
    User deepsat
    IdentityFile ~/.ssh/deepsat-github
    IdentitiesOnly yes

Host cjennings.net
    LogLevel ERROR