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