]> git.donarmstrong.com Git - home-base.git/blob - .ssh/config
* add debbugs identitiy
[home-base.git] / .ssh / config
1 ControlMaster auto
2 ControlPath ~/tmp/%h_%p_%r
3 Host frogsleap.com
4   User frogsleap
5   IdentityFile ~/.ssh/identity_frogsleap
6 Host *.debian.org
7   IdentityFile ~/.ssh/identity_debian
8   UserKnownHostsFile ~/.ssh/known_hosts_debian
9 Host *.sndservers.com
10   IdentityFile ~/.ssh/identity_sndservers
11   UserKnownHostsFile ~/.ssh/known_hosts_sndservers
12 # machines in the don bit
13 Host ernst.ucr.edu
14   User zido
15   IdentityFile ~/.ssh/identity_don
16 Host acif500.ucr.edu
17   User zido
18   IdentityFile ~/.ssh/identity_don
19 Host volo
20   User don
21   HostKeyAlias volo
22   CheckHostIP no
23   IdentityFile ~/.ssh/identity_don
24 Host zeto
25   User don
26   HostKeyAlias zeto
27   CheckHostIP no
28   IdentityFile ~/.ssh/identity_don
29 # donarmstrong machines so I don't have to type them in
30 Host archimedes.ucr.edu
31   User don
32   UserKnownHostsFile ~/.ssh/known_hosts_don
33   IdentityFile ~/.ssh/identity_don
34 Host rzlab3.ucr.edu
35   User don
36   UserKnownHostsFile ~/.ssh/known_hosts_don
37   IdentityFile ~/.ssh/identity_don
38 Host rzlab.ucr.edu
39   User don
40   UserKnownHostsFile ~/.ssh/known_hosts_don
41   IdentityFile ~/.ssh/identity_don
42 Host spth1304.ucr.edu
43   User don
44   UserKnownHostsFile ~/.ssh/known_hosts_don
45   IdentityFile ~/.ssh/identity_don
46 Host *.donarmstrong.com
47   User don
48   UserKnownHostsFile ~/.ssh/known_hosts_don
49   IdentityFile ~/.ssh/identity_don
50 Host crito.ucr.edu
51   User don
52   UserKnownHostsFile ~/.ssh/known_hosts_don
53   IdentityFile ~/.ssh/identity_don
54 # Propel consulting machinges
55 Host 172.16.0.59
56   IdentityFile ~/.ssh/identity_propel
57 Host xen.propel.com
58   IdentityFile ~/.ssh/identity_propel
59 Host scs.propel.com
60   User darmstrong
61   IdentityFile ~/.ssh/identity_propel
62 Host pacific.propel.com
63   User darmstrong
64   IdentityFile ~/.ssh/identity_propel
65 Host builder.lab.propel.com
66   User don
67   IdentityFile ~/.ssh/identity_propel
68 Host debianarchive.lab.propel.com
69   User don
70   IdentityFile ~/.ssh/identity_propel
71 Host *.lab.propel.com
72   User darmstrong
73   IdentityFile ~/.ssh/identity_propel
74 Host *.abaca.com
75   User darmstrong
76   IdentityFile ~/.ssh/identity_propel
77 Host blogamundo.com
78   User don
79   IdentityFile ~/.ssh/identity_blogamundo
80 Host culinarytrends.net
81   User don
82   IdentityFile ~/.ssh/identity_culinarytrends
83 Host alanarmstrong.com
84   User don
85   IdentityFile ~/.ssh/identity_alanarmstrong
86 Host *.kneedraggers.com
87   User don
88   IdentityFile ~/.ssh/identity_kneedraggers
89 Host tijuana.com
90   User don
91   IdentityFile ~/.ssh/identity_castello
92 Host daycare.com
93   User don
94   IdentityFile ~/.ssh/identity_castello
95 Host *.ccin.com
96   User don
97   IdentityFile ~/.ssh/identity_castello
98   UserKnownHostsFile ~/.ssh/known_hosts_castello
99 Host *.excelwholesale.com
100   User don
101   IdentityFile ~/.ssh/identity_excelwholesale
102 Host debbugs.gnu.org
103   User don
104   IdentityFile ~/.ssh/identity_debbugs_gnu