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