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