]> git.wh0rd.org - home.git/blame - .ssh/config
gitignore: update
[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
1d09e4e9
MF
5#Host *
6# ControlMaster auto
7# ControlPath ~/.ssh/cm_socket/%r@%h:%p
8
1bcd182d 9Host wh0rd.org
62e1ccd9
MF
10 # For openssh
11 IdentityFile ~/.ssh/id_ed25519.vapier
12 # For dropbear
275c321c 13 IdentityFile ~/.ssh/id_rsa.vapier
1bcd182d 14
5b61754d
MF
15Host depot
16 User root
37986fc0 17 HostName home.wh0rd.org
5ac1279f 18 Port 443
275c321c 19 IdentityFile ~/.ssh/id_rsa.vapier
5b61754d 20
a08a69bb
MF
21Host home
22 HostName home.wh0rd.org
4b6565a1
MF
23 Port 443
24
a7a4763c
MF
25Host bos.wh0rd.org
26 Port 443
27
4b6565a1 28Host home-ports
5d582780 29 HostName vpn-vapier-m
4b6565a1 30 #HostName home.wh0rd.org
5d582780 31 #Port 443
4b6565a1
MF
32 Compression yes
33 DynamicForward 22222
a08a69bb 34
9231fa16
MF
35Host dir-825
36 User root
37 HostName 192.168.0.250
38 IdentityFile ~/.ssh/id_dsa.vapier
39
7bfea961
MF
40###
41### Blackfin systems
42###
43
44Host cvs.blackfin.uclinux.org blackfin.uclinux.org db.blackfin.uclinux.org sources.blackfin.uclinux.org firewall-sources.blackfin.uclinux.org
45 User vapier
46 IdentityFile ~/.ssh/id_dsa.bfin
5b61754d 47 Compression yes
5b61754d 48
7bfea961
MF
49Host uboot u-boot www.denx.de
50 User gu-blackfin
7bfea961 51 IdentityFile ~/.ssh/id_dsa.bfin
3dbf50fb 52 HostName www.denx.de
5b61754d 53
1d09e4e9
MF
54Host gitolite.kernel.org
55 User git
56 IdentityFile ~/.ssh/limited/id_rsa.kernel.org
57
58Host kup.kernel.org
59 IdentityFile ~/.ssh/limited/id_rsa.kernel.org
511fb07d 60
7bfea961 61Host db.b.u.o
5b61754d 62 User root
3dbf50fb 63 IdentityFile ~/.ssh/id_dsa.adi
7bfea961
MF
64 HostName db.blackfin.uclinux.org
65 Port 443
5b61754d
MF
66Host docs.b.u.o
67 User root
3dbf50fb 68 IdentityFile ~/.ssh/id_dsa.adi
5b61754d 69 HostName docs.blackfin.uclinux.org
7bfea961 70Host sources.b.u.o
5b61754d 71 User root
3dbf50fb 72 IdentityFile ~/.ssh/id_dsa.adi
7bfea961
MF
73 HostName sources.blackfin.uclinux.org
74Host firewall-sources.b.u.o
75 User root
3dbf50fb 76 IdentityFile ~/.ssh/id_dsa.adi
7bfea961 77 HostName firewall-sources.blackfin.uclinux.org
5b61754d 78 Port 443
7bfea961 79Host firewall-sources.blackfin.uclinux.org
5b61754d 80 User vapier
3dbf50fb 81 IdentityFile ~/.ssh/id_dsa.adi
7bfea961 82 Port 443
1bcd182d
MF
83Host wiki.a.c
84 User vapier
85 IdentityFile ~/.ssh/id_dsa.adi
86 HostName 195.170.124.184
87 Port 6589
5b61754d 88
35c220c5 89###
735a3adb 90### Google systems
35c220c5 91###
735a3adb
MF
92
93Host gshell
94 HostName sh.corp.google.com
95 User vapier
96
35c220c5 97Host gerrit.chromium.org
735a3adb 98 Port 29418
35c220c5 99 IdentityFile ~/.ssh/id_rsa.google
3b358f0b 100Host gerrit-int.chromium.org git.chromium.org review.source.android.com review.coreboot.org
cb7ed907 101 Port 29419
35c220c5
MF
102 IdentityFile ~/.ssh/id_rsa.google
103
735a3adb
MF
104Host work
105 HostName vapier.cam.corp.google.com
a7a4763c
MF
106# SecureShell does this now.
107# RemoteForward 3000 127.0.0.1:1817
108# LocalForward 5901 127.0.0.1:5901
735a3adb 109
1bcd182d
MF
110###
111### random source systems
112###
113
114Host sourceware.org
1d09e4e9 115 IdentityFile ~/.ssh/id_rsa.vapier
1bcd182d 116
9231fa16 117Host uclibc.org
275c321c 118 IdentityFile ~/.ssh/id_rsa.vapier
9231fa16 119
68382e79
MF
120Host e? e?.enlightenment.org e?v*.enlightenment.org
121 User vapier
122 ProxyCommand none
123
124Host git.enlightenment.org
125 User git
126 ProxyCommand none
127
128Host *.enlightenment.org
129 User vapier
130 ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p
131
7bfea961
MF
132###
133### Gentoo systems
134###
135
136# then at runtime, do:
68382e79
MF
137# ssh -N -f -n master-cvs.gentoo.org
138Host master-cvs.gentoo.org
139 HostName cvs.gentoo.org
140 User vapier
141 ControlMaster yes
142 ControlPath ~/.ssh/master-%l-%r@%h:%p
1d09e4e9 143Host cvs.gentoo.org
68382e79
MF
144 ControlMaster no
145 ControlPath ~/.ssh/master-%l-%r@%h:%p
146 BatchMode yes
7bfea961
MF
147
148Host dev
5b61754d 149 HostName dev.gentoo.org
62e1ccd9 150 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961 151
5b61754d
MF
152Host dev-ports
153 HostName dev.gentoo.org
62e1ccd9 154 IdentityFile ~/.ssh/id_ed25519.vapier
5b61754d 155 LocalForward 127.0.0.1:1111 127.0.0.1:25
b412dfcc 156
855bd9de 157Host cvs.gentoo.org
62e1ccd9 158 IdentityFile ~/.ssh/id_ed25519.vapier
855bd9de 159Host git.overlays.gentoo.org
62e1ccd9 160 IdentityFile ~/.ssh/id_ed25519.vapier
651ce84c
MF
161Host git.gentoo.org
162 IdentityFile ~/.ssh/id_ed25519.vapier
3dbf50fb 163
7bfea961
MF
164Host tinderbox
165 HostName x86dev.gentoo.osuosl.org
166
167### ALPHA ###
168
169Host alpha
170 HostName monolith.freenet-rz.de
1d09e4e9 171 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
172
173### AMD64 ###
174
d4864252
MF
175Host amd64
176 HostName nightheron.gentoo.org
1d09e4e9 177 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
178
179### ARM ###
180
181Host coral
182 HostName coral.gentoo.osuosl.org
1d09e4e9 183 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961 184
f317a567
MF
185Host polyp
186 HostName polyp.arm.dev.gentoo.org
275c321c 187 IdentityFile ~/.ssh/id_rsa.vapier
f317a567 188
7bfea961
MF
189### GBSD ###
190
7bfea961
MF
191
192### HPPA ###
193
194Host hake
195 HostName hppa.gentoo.osuosl.org
275c321c 196 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
197
198### IA64 ###
199
200Host beluga
201 HostName beluga.ia64.dev.gentoo.org
275c321c 202 IdentityFile ~/.ssh/id_rsa.vapier
2ee84e12
MF
203Host ia64 guppy
204 HostName guppy.ia64.dev.gentoo.org
275c321c 205 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
206
207### M68K ###
208
7bfea961
MF
209Host kolla
210 HostName chetter.kolla.no
211
212### MIPS ###
213
f317a567 214Host mips
e72beb8f 215 HostName fulong-spark.mips64.dev.gentoo.org
f317a567 216
7bfea961
MF
217### PPC ###
218
f317a567 219Host ppc2
5e3240cc 220 HostName rooster.ppc64.dev.gentoo.org
9231fa16 221 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961 222
f317a567 223Host ppc ppc64
4ebcb056
MF
224 HostName timberdoodle.gentoo.osuosl.org
225 IdentityFile ~/.ssh/id_rsa.vapier
226
7bfea961
MF
227### S390 ###
228
275c321c 229Host lgentoo3
855bd9de 230 HostName lgentoo3.s390.gentoo.wh0rd.org
275c321c
MF
231 HostName 148.100.88.31
232 IdentityFile ~/.ssh/id_rsa.vapier
233Host lgentoo4
855bd9de 234 HostName lgentoo4.s390.gentoo.wh0rd.org
275c321c
MF
235 HostName 148.100.88.32
236 IdentityFile ~/.ssh/id_rsa.vapier
06abd7bf 237
b412dfcc 238Host gentoo01
06abd7bf 239 HostName 71
b412dfcc 240Host gentoo02
06abd7bf 241 HostName 71
7bfea961
MF
242
243### SPARC ###
244
245Host sparc
246 HostName bender.sparc.dev.gentoo.org
275c321c 247 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
248
249### SH ###
250
251Host lantank
252 HostName lantank.sh.dev.gentoo.org
275c321c 253 IdentityFile ~/.ssh/id_rsa.vapier