summaryrefslogtreecommitdiff
path: root/dotfiles/common/.ssh/config
blob: 06a94e68bcd50905448dc9785c68658cae8120dc (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 git
    IdentityFile ~/.ssh/deepsat-github
    IdentitiesOnly yes

Host cjennings.net
    LogLevel ERROR