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