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