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