]> git.donarmstrong.com Git - home-base.git/blob - .ssh/config
391346072311ccf6a0468cd09995d83cf489dace
[home-base.git] / .ssh / config
1 Host frogsleap.com
2   User frogsleap
3   IdentityFile ~/.ssh/identity_frogsleap
4 Host rietz.debian.org
5   IdentityFile ~/.ssh/identity_debian
6   UserKnownHostsFile ~/.ssh/known_hosts_debian
7   ProxyCommand sh -c 'if [ $(hostname) == "archimedes" ]; then exec nc rietz.debian.org 22 2>/dev/null; else exec ssh archimedes.ucr.edu nc rietz.debian.org 22 2>/dev/null; fi;'
8 Host *.debian.org
9   IdentityFile ~/.ssh/identity_debian
10   UserKnownHostsFile ~/.ssh/known_hosts_debian
11 Host charlie
12 Host delta
13 Host *.prometheuslabor.com
14 Host *.sndservers.com
15   IdentityFile ~/.ssh/identity_sndservers
16   UserKnownHostsFile ~/.ssh/known_hosts_sndservers
17 # machines in the don bit
18 Host ernst.ucr.edu
19   User zido
20   IdentityFile ~/.ssh/identity_don
21 Host acif500.ucr.edu
22   User zido
23   IdentityFile ~/.ssh/identity_don
24 Host volo
25   User don
26   HostKeyAlias volo
27   CheckHostIP no
28   IdentityFile ~/.ssh/identity_don
29 Host zeto
30   User don
31   HostKeyAlias zeto
32   CheckHostIP no
33   IdentityFile ~/.ssh/identity_don
34 # donarmstrong machines so I don't have to type them in
35 Host archimedes.ucr.edu dn-archimedes.donarmstrong.com
36   User don
37   UserKnownHostsFile ~/.ssh/known_hosts_don
38   IdentityFile ~/.ssh/identity_don
39   ControlPath ~/tmp/archimedes_%p_%r
40 Host rzlab3.ucr.edu dn-rzlab3.donarmstrong.com
41   User don
42   UserKnownHostsFile ~/.ssh/known_hosts_don
43   IdentityFile ~/.ssh/identity_don
44   ControlPath ~/tmp/rzlab3_%p_%r
45 Host rzlab.ucr.edu dn-rzlab.donarmstrong.com svn.donarmstrong.com
46   User don
47   UserKnownHostsFile ~/.ssh/known_hosts_don
48   IdentityFile ~/.ssh/identity_don
49   ControlPath ~/tmp/rzlab_%p_%r
50 Host spth1304.ucr.edu dn-spth1304.donarmstrong.com
51   User don
52   UserKnownHostsFile ~/.ssh/known_hosts_don
53   IdentityFile ~/.ssh/identity_don
54   ControlPath ~/tmp/spth1304.ucr.edu_%p_%r
55 Host *.donarmstrong.com
56   User don
57   UserKnownHostsFile ~/.ssh/known_hosts_don
58   IdentityFile ~/.ssh/identity_don
59 Host crito.ucr.edu
60   User don
61   UserKnownHostsFile ~/.ssh/known_hosts_don
62   IdentityFile ~/.ssh/identity_don
63 # Propel consulting machinges
64 Host 172.16.0.59
65   IdentityFile ~/.ssh/identity_propel
66 Host xen.propel.com
67   IdentityFile ~/.ssh/identity_propel
68 Host scs.propel.com
69   User darmstrong
70   IdentityFile ~/.ssh/identity_propel
71 Host pacific.propel.com
72   User darmstrong
73   IdentityFile ~/.ssh/identity_propel
74 Host builder.lab.propel.com
75   User don
76   IdentityFile ~/.ssh/identity_propel
77 Host debianarchive.lab.propel.com
78   User don
79   IdentityFile ~/.ssh/identity_propel
80 Host *.lab.propel.com
81   User darmstrong
82   IdentityFile ~/.ssh/identity_propel
83 Host *.abaca.com
84   User darmstrong
85   IdentityFile ~/.ssh/identity_propel
86 Host blogamundo.com
87   User don
88   IdentityFile ~/.ssh/identity_blogamundo
89 Host culinarytrends.net
90   User don
91   IdentityFile ~/.ssh/identity_culinarytrends
92 Host alanarmstrong.com
93   User don
94   IdentityFile ~/.ssh/identity_alanarmstrong
95 Host *.kneedraggers.com
96   User don
97   IdentityFile ~/.ssh/identity_kneedraggers
98 Host tijuana.com
99   User don
100   IdentityFile ~/.ssh/identity_castello
101 Host daycare.com
102   User don
103   IdentityFile ~/.ssh/identity_castello
104 Host *.ccin.com
105   User don
106   IdentityFile ~/.ssh/identity_castello
107   UserKnownHostsFile ~/.ssh/known_hosts_castello
108 Host *.excelwholesale.com
109 Host lists.acbnrates.com
110   User don
111   IdentityFile ~/.ssh/identity_excelwholesale
112 Host debbugs.gnu.org
113   User don
114   IdentityFile ~/.ssh/identity_debbugs_gnu
115
116 # This has to go at the bottom, because it doesn't get overridden
117 # otherwise.
118 Host *
119   ControlMaster auto
120   ControlPath ~/tmp/%h_%p_%r