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