Removed /usr/local from CDPATH
[clearscm.git] / rc / sshconfig
1 StrictHostKeyChecking no
2 LogLevel ERROR
3
4 Host sandbox sandboxu sandboxc7 mars earth home defaria.com training
5   ForwardX11 yes
6   ForwardX11Trusted yes
7
8 Host jupiter cpanel github.com
9   ForwardX11 no
10   ForwardX11Trusted no
11
12 Host jupiter
13   Port 2222
14
15 Host cpanel
16   User andrewdefaria
17
18 Host home
19   Hostname defaria.com
20   User andrew
21   IdentityFile          ~/.ssh/id_ecdsa
22
23 Host 10.2.* sandbox* training
24   ForwardAgent yes
25   StrictHostKeyChecking no
26   UserKnownHostsFile /dev/null
27   AddKeysToAgent yes
28   IdentitiesOnly yes
29   User root
30   IdentityFile          ~/.ssh/cpanelkey
31
32 Host *
33   ServerAliveInterval 300
34   ServerAliveCountMax 2