]> git.wh0rd.org - home.git/blob - .ssh/config
google stuff
[home.git] / .ssh / config
1 # For HPN fast transfers
2 # scp -oNoneEnabled=yes -oNoneSwitch=yes
3 # also enable NoneEnabled on server side
4
5 Host wh0rd.org
6 IdentityFile ~/.ssh/id_dsa.vapier
7
8 Host depot
9 User root
10 HostName home.wh0rd.org
11 IdentityFile ~/.ssh/id_dsa.vapier
12
13 Host home
14 HostName home.wh0rd.org
15 Port 443
16
17 Host home-ports
18 HostName vpn-vapier-m
19 #HostName home.wh0rd.org
20 #Port 443
21 Compression yes
22 DynamicForward 22222
23
24 Host dir-825
25 User root
26 HostName 192.168.0.250
27 IdentityFile ~/.ssh/id_dsa.vapier
28
29 Host wh0rd-admin
30 User wh0rd
31 HostName wh0rd.vmadmin.bytemark.co.uk
32 IdentityFile ~/.ssh/id_dsa.vapier
33
34
35
36 ###
37 ### Blackfin systems
38 ###
39
40 Host cvs.blackfin.uclinux.org blackfin.uclinux.org db.blackfin.uclinux.org sources.blackfin.uclinux.org firewall-sources.blackfin.uclinux.org
41 User vapier
42 IdentityFile ~/.ssh/id_dsa.bfin
43 Compression yes
44
45 Host uboot u-boot www.denx.de
46 User gu-blackfin
47 IdentityFile ~/.ssh/id_dsa.bfin
48 HostName www.denx.de
49
50 Host master.kernel.org
51 IdentityFile ~/.ssh/id_rsa.vapier
52
53 Host db.b.u.o
54 User root
55 IdentityFile ~/.ssh/id_dsa.adi
56 HostName db.blackfin.uclinux.org
57 Port 443
58 Host docs.b.u.o
59 User root
60 IdentityFile ~/.ssh/id_dsa.adi
61 HostName docs.blackfin.uclinux.org
62 Host sources.b.u.o
63 User root
64 IdentityFile ~/.ssh/id_dsa.adi
65 HostName sources.blackfin.uclinux.org
66 Host firewall-sources.b.u.o
67 User root
68 IdentityFile ~/.ssh/id_dsa.adi
69 HostName firewall-sources.blackfin.uclinux.org
70 Port 443
71 Host firewall-sources.blackfin.uclinux.org
72 User vapier
73 IdentityFile ~/.ssh/id_dsa.adi
74 Port 443
75 Host wiki.a.c
76 User vapier
77 IdentityFile ~/.ssh/id_dsa.adi
78 HostName 195.170.124.184
79 Port 6589
80
81 Host norwood-cvs nwd2cvs1.corp.analog.com
82 User cvsuser
83 HostName nwd2cvs1.corp.analog.com
84 IdentityFile ~/.ssh/id_dsa.adi
85 Host shanghai-cvs
86 User root
87 HostName 10.99.22.20
88 ForwardX11 no
89 Host shanghai-cvs-ports
90 User root
91 HostName 10.99.22.20
92 ForwardX11 no
93 LocalForward 8079 localhost:8079
94 Host shanghai-ports
95 User vapier
96 HostName localhost
97 Port 8079
98 ForwardX11 no
99 DynamicForward 22222
100 LocalForward localhost:1143 nwd2exm5.ad.analog.com:143
101 LocalForward localhost:2225 nwd2exm5.ad.analog.com:25
102
103 Host nashua-test
104 User root
105 HostName 10.69.2.210
106 IdentityFile ~/.ssh/id_dsa.adi
107 Host nashua-jtag
108 # User adipcadmin
109 User vapier
110 HostName 10.69.2.179
111 IdentityFile ~/.ssh/id_dsa.adi
112
113 Host macmini mac-mini
114 HostName 10.99.22.146
115 Host osx
116 User blackfin
117 HostName osx.ad.analog.com
118 IdentityFile ~/.ssh/id_dsa.adi
119 Host snoopy
120 HostName snoopy.ad.analog.com
121 IdentityFile ~/.ssh/id_dsa.adi
122 Host edin
123 HostName edin-manchester.spd.analog.com
124 IdentityFile ~/.ssh/id_dsa.adi
125
126 Host work
127 HostName 10.8.8.6
128 # HostName localhost
129 # Port 2
130 # HostName 192.168.254.2
131 # ForwardX11 yes
132 Host work-ports
133 HostName 10.8.8.6
134 # HostName 192.168.254.2
135 # LocalForward 143 nwd2exm5.ad.analog.com:143
136 # LocalForward 25 nwd2exm5.ad.analog.com:25
137 DynamicForward 8080
138
139
140
141 ###
142 ### Google
143 ###
144 Host gerrit.chromium.org
145 IdentityFile ~/.ssh/id_rsa.google
146 Host gerrit-int.chromium.org
147 IdentityFile ~/.ssh/id_rsa.google
148
149 Host review.source.android.com
150 IdentityFile ~/.ssh/id_rsa.google
151
152 Host git.overlays.gentoo.org
153 IdentityFile ~/.ssh/id_rsa.google
154
155
156
157 ###
158 ### random source systems
159 ###
160
161 Host sourceware.org
162 IdentityFile ~/.ssh/id_dsa.vapier
163
164 Host uclibc.org
165 IdentityFile ~/.ssh/id_dsa.vapier
166
167 ###
168 ### Gentoo systems
169 ###
170
171 # then at runtime, do:
172 # ssh -M -N -f vapier@cvs.gentoo.org
173 #Host cvs.gentoo.org
174 # ControlMaster auto
175 # ControlPath ~/.ssh/master-%r@%h:%p
176 #Host cvs.gentoo.org svn.gentoo.org
177 # ProxyCommand ssh -a vapier@dev.gentoo.org /usr/bin/nc -q2 %h %p
178
179 Host dev
180 HostName dev.gentoo.org
181 IdentityFile ~/.ssh/id_dsa.vapier
182
183 Host dev-ports
184 HostName dev.gentoo.org
185 IdentityFile ~/.ssh/id_dsa.vapier
186 LocalForward 127.0.0.1:1111 127.0.0.1:25
187
188 Host cvs.gentoo.org
189 IdentityFile ~/.ssh/id_dsa.vapier
190
191 Host git.overlays.gentoo.org
192 IdentityFile ~/.ssh/id_dsa.vapier
193
194 Host tinderbox
195 HostName x86dev.gentoo.osuosl.org
196
197 ### ALPHA ###
198
199 Host alpha
200 HostName monolith.freenet-rz.de
201 IdentityFile ~/.ssh/id_dsa.vapier
202 Host gendcc04
203 HostName gendcc04.cs.virginia.edu
204 IdentityFile ~/.ssh/id_dsa.vapier
205
206 ### AMD64 ###
207
208 Host amd64 poseidon
209 HostName poseidon.amd64.dev.gentoo.org
210 IdentityFile ~/.ssh/id_dsa.vapier
211 Host miranda
212 HostName miranda.amd64.dev.gentoo.org
213 IdentityFile ~/.ssh/id_dsa.vapier
214
215 ### ARM ###
216
217 Host coral
218 HostName coral.gentoo.osuosl.org
219 IdentityFile ~/.ssh/id_dsa.vapier
220
221 ### GBSD ###
222
223 Host gbsd
224 # User isis
225 # HostName mail.anyarch.net
226 HostName thepaya.homeip.net
227 # HostName thepaya.is-a-geek.org
228
229 ### HPPA ###
230
231 Host hake
232 HostName hppa.gentoo.osuosl.org
233 IdentityFile ~/.ssh/id_dsa.vapier
234
235 ### IA64 ###
236
237 Host beluga
238 HostName beluga.ia64.dev.gentoo.org
239 IdentityFile ~/.ssh/id_dsa.vapier
240 Host ia64
241 HostName i2.gentoo.osuosl.org
242 IdentityFile ~/.ssh/id_dsa.vapier
243
244 ### M68K ###
245
246 Host killerhippy
247 Port 1333
248 User mike
249 HostName killerhippy.is-a-geek.org
250
251 Host m68k
252 Port 2223
253 HostName bluespice.dyndns.org
254
255 Host kolla
256 HostName chetter.kolla.no
257
258 ### MIPS ###
259
260 Host raq2
261 HostName raq2.gentoo.osuosl.org
262
263 Host os
264 Port 2222
265 HostName localhost
266
267 Host o2k
268 Port 8022
269 User vapier
270 HostName o2k.total-knowledge.com
271
272 Host gateway
273 User vapier
274 HostName o2k.total-knowledge.com
275
276 Host swarm
277 User vapier
278 HostName swarm.total-knowledge.com
279
280 Host eroyf
281 User vapier
282 HostName movidis.mips.dev.hai2u.dk
283
284 ### PPC ###
285
286 Host ppc
287 HostName rooster.ppc64.dev.gentoo.org
288 IdentityFile ~/.ssh/id_rsa.vapier
289
290 ### S390 ###
291
292 Host lgentoo1
293 HostName 148.100.96.97
294 IdentityFile ~/.ssh/id_rsa.vapier
295 Host lgentoo2
296 HostName 148.100.96.98
297 IdentityFile ~/.ssh/id_rsa.vapier
298
299 Host gentoo01
300 HostName 71
301 Host gentoo02
302 HostName 71
303
304 ### SPARC ###
305
306 Host sparc
307 HostName bender.sparc.dev.gentoo.org
308 Port 2223
309 IdentityFile ~/.ssh/id_dsa.vapier
310
311 ### SH ###
312
313 Host lantank
314 HostName lantank.sh.dev.gentoo.org
315 IdentityFile ~/.ssh/id_dsa.vapier