]> git.wh0rd.org Git - home.git/blob - .ssh/config
5a3b1b972bc3fee013dea1ea088d91fa83273dd8
[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 systems
143 ###
144
145 Host gshell
146         HostName sh.corp.google.com
147         User vapier
148
149 Host gerrit.chromium.org
150         Port 29418
151         IdentityFile ~/.ssh/id_rsa.google
152 Host gerrit-int.chromium.org
153         IdentityFile ~/.ssh/id_rsa.google
154
155 Host review.source.android.com
156         IdentityFile ~/.ssh/id_rsa.google
157
158 Host git.overlays.gentoo.org
159         IdentityFile ~/.ssh/id_rsa.google
160
161 Host work
162         HostName vapier.cam.corp.google.com
163
164
165
166 ###
167 ### random source systems
168 ###
169
170 Host sourceware.org
171         IdentityFile ~/.ssh/id_dsa.vapier
172
173 Host uclibc.org
174         IdentityFile ~/.ssh/id_dsa.vapier
175
176 ###
177 ### Gentoo systems
178 ###
179
180 # then at runtime, do:
181 # ssh -M -N -f vapier@cvs.gentoo.org
182 #Host cvs.gentoo.org
183 #       ControlMaster auto
184 #       ControlPath ~/.ssh/master-%r@%h:%p
185 #Host cvs.gentoo.org svn.gentoo.org
186 #       ProxyCommand ssh -a vapier@dev.gentoo.org /usr/bin/nc -q2 %h %p
187
188 Host dev
189         HostName dev.gentoo.org
190         IdentityFile ~/.ssh/id_dsa.vapier
191
192 Host dev-ports
193         HostName dev.gentoo.org
194         IdentityFile ~/.ssh/id_dsa.vapier
195         LocalForward 127.0.0.1:1111 127.0.0.1:25
196
197 Host cvs.gentoo.org
198         IdentityFile ~/.ssh/id_dsa.vapier
199
200 Host git.overlays.gentoo.org
201         IdentityFile ~/.ssh/id_dsa.vapier
202
203 Host tinderbox
204         HostName x86dev.gentoo.osuosl.org
205
206 ### ALPHA ###
207
208 Host alpha
209         HostName monolith.freenet-rz.de
210         IdentityFile ~/.ssh/id_dsa.vapier
211 Host gendcc04
212         HostName gendcc04.cs.virginia.edu
213         IdentityFile ~/.ssh/id_dsa.vapier
214
215 ### AMD64 ###
216
217 Host amd64 poseidon
218         HostName poseidon.amd64.dev.gentoo.org
219         IdentityFile ~/.ssh/id_dsa.vapier
220 Host miranda
221         HostName miranda.amd64.dev.gentoo.org
222         IdentityFile ~/.ssh/id_dsa.vapier
223
224 ### ARM ###
225
226 Host coral
227         HostName coral.gentoo.osuosl.org
228         IdentityFile ~/.ssh/id_dsa.vapier
229
230 ### GBSD ###
231
232 Host gbsd
233 #       User isis
234 #       HostName mail.anyarch.net
235         HostName thepaya.homeip.net
236 #       HostName thepaya.is-a-geek.org
237
238 ### HPPA ###
239
240 Host hake
241         HostName hppa.gentoo.osuosl.org
242         IdentityFile ~/.ssh/id_dsa.vapier
243
244 ### IA64 ###
245
246 Host beluga
247         HostName beluga.ia64.dev.gentoo.org
248         IdentityFile ~/.ssh/id_dsa.vapier
249 Host ia64
250         HostName i2.gentoo.osuosl.org
251         IdentityFile ~/.ssh/id_dsa.vapier
252
253 ### M68K ###
254
255 Host killerhippy
256         Port 1333
257         User mike
258         HostName killerhippy.is-a-geek.org
259
260 Host m68k
261         Port 2223
262         HostName bluespice.dyndns.org
263
264 Host kolla
265         HostName chetter.kolla.no
266
267 ### MIPS ###
268
269 Host raq2
270         HostName raq2.gentoo.osuosl.org
271
272 Host os
273         Port 2222
274         HostName localhost
275
276 Host o2k
277         Port 8022
278         User vapier
279         HostName o2k.total-knowledge.com
280
281 Host gateway
282         User vapier
283         HostName o2k.total-knowledge.com
284
285 Host swarm
286         User vapier
287         HostName swarm.total-knowledge.com
288
289 Host eroyf
290         User vapier
291         HostName movidis.mips.dev.hai2u.dk
292
293 ### PPC ###
294
295 Host ppc
296         HostName rooster.ppc64.dev.gentoo.org
297         IdentityFile ~/.ssh/id_rsa.vapier
298
299 ### S390 ###
300
301 Host lgentoo1
302         HostName 148.100.96.97
303         IdentityFile ~/.ssh/id_rsa.vapier
304 Host lgentoo2
305         HostName 148.100.96.98
306         IdentityFile ~/.ssh/id_rsa.vapier
307
308 Host gentoo01
309         HostName 71
310 Host gentoo02
311         HostName 71
312
313 ### SPARC ###
314
315 Host sparc
316         HostName bender.sparc.dev.gentoo.org
317         Port 2223
318         IdentityFile ~/.ssh/id_dsa.vapier
319
320 ### SH ###
321
322 Host lantank
323         HostName lantank.sh.dev.gentoo.org
324         IdentityFile ~/.ssh/id_dsa.vapier