Changed to handle cpanel client script
[clearscm.git] / rc / sshconfig
1 StrictHostKeyChecking no
2 LogLevel ERROR
3
4 Host jupiter cpanel github.com sandbox sandboxal
5   ForwardX11 no
6   ForwardX11Trusted no
7
8 Host jupiter
9   Port 2222
10
11 Host cpanel
12   User andrewdefaria
13
14 Host home
15   Hostname defaria.com
16   User andrew
17   IdentityFile          ~/.ssh/id_ecdsa
18
19 Host nightly
20   Hostname 10.2.96.137
21
22 Host sandbox
23   Hostname 10.2.99.60
24   IdentityFile          ~/.ssh/cpanelkey
25
26 Host sandboxu
27   Hostname 10.2.98.185
28   IdentityFile          ~/.ssh/cpanelkey
29
30 Host sandboxal
31   Hostname 10.2.99.106
32   IdentityFile          ~/.ssh/cpanelkey
33
34 Host enterprise.cpanel.net
35   IdentityFile          ~/.ssh/cpanelkey
36
37 Host 10.2.* sandbox*
38   ForwardAgent yes
39   StrictHostKeyChecking no
40   UserKnownHostsFile /dev/null
41   AddKeysToAgent yes
42   IdentitiesOnly yes
43   ForwardX11 no
44   ForwardX11Trusted no
45   User root
46
47 Host *
48   ServerAliveInterval 300
49   ServerAliveCountMax 2