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