]> git.wh0rd.org - home.git/blame - .ssh/config
gentoo: add rf helper
[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
106
1bcd182d
MF
107###
108### random source systems
109###
110
111Host sourceware.org
1d09e4e9 112 IdentityFile ~/.ssh/id_rsa.vapier
1bcd182d 113
4f66813b 114Host github.com
275c321c 115 IdentityFile ~/.ssh/id_rsa.vapier
9231fa16 116
4f66813b
MF
117Host uclibc.org
118 IdentityFile ~/.ssh/id_ed25519.vapier
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
4f66813b 171 IdentityFile ~/.ssh/id_ed25519.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
4f66813b 187 IdentityFile ~/.ssh/id_ed25519.vapier
f317a567 188
7bfea961
MF
189### GBSD ###
190
7bfea961
MF
191
192### HPPA ###
193
194Host hake
195 HostName hppa.gentoo.osuosl.org
4f66813b
MF
196 IdentityFile ~/.ssh/id_ed25519.vapier
197
198Host hake-console
199 HostName console1.gentoo.osuosl.org
275c321c 200 IdentityFile ~/.ssh/id_rsa.vapier
4f66813b
MF
201 User vapier
202 Port 3003
203 AddressFamily inet
7bfea961
MF
204
205### IA64 ###
206
207Host beluga
208 HostName beluga.ia64.dev.gentoo.org
275c321c 209 IdentityFile ~/.ssh/id_rsa.vapier
2ee84e12
MF
210Host ia64 guppy
211 HostName guppy.ia64.dev.gentoo.org
4f66813b 212 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
213
214### M68K ###
215
7bfea961
MF
216Host kolla
217 HostName chetter.kolla.no
218
219### MIPS ###
220
f317a567 221Host mips
e72beb8f 222 HostName fulong-spark.mips64.dev.gentoo.org
f317a567 223
7bfea961
MF
224### PPC ###
225
f317a567 226Host ppc ppc64
4ebcb056 227 HostName timberdoodle.gentoo.osuosl.org
4f66813b 228 IdentityFile ~/.ssh/id_ed25519.vapier
4ebcb056 229
7bfea961
MF
230### S390 ###
231
275c321c 232Host lgentoo3
855bd9de 233 HostName lgentoo3.s390.gentoo.wh0rd.org
275c321c
MF
234 HostName 148.100.88.31
235 IdentityFile ~/.ssh/id_rsa.vapier
236Host lgentoo4
855bd9de 237 HostName lgentoo4.s390.gentoo.wh0rd.org
275c321c
MF
238 HostName 148.100.88.32
239 IdentityFile ~/.ssh/id_rsa.vapier
06abd7bf 240
7bfea961
MF
241### SPARC ###
242
243Host sparc
244 HostName bender.sparc.dev.gentoo.org
4f66813b 245 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
246
247### SH ###
248
249Host lantank
250 HostName lantank.sh.dev.gentoo.org
275c321c 251 IdentityFile ~/.ssh/id_rsa.vapier