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