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