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