]> git.wh0rd.org - home.git/blame - .ssh/config
cros-board: 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
acce937d 7# ControlPath ~/.ssh/master-%C
1d09e4e9 8
57356b6d
MF
9Host localhost
10 StrictHostKeyChecking no
11
f15b8de0 12Host wh0rd.org git.wh0rd.org
62e1ccd9
MF
13 # For openssh
14 IdentityFile ~/.ssh/id_ed25519.vapier
15 # For dropbear
275c321c 16 IdentityFile ~/.ssh/id_rsa.vapier
1bcd182d 17
5b61754d
MF
18Host depot
19 User root
37986fc0 20 HostName home.wh0rd.org
5ac1279f 21 Port 443
910d108a 22 IdentityFile ~/.ssh/id_ed25519.vapier
5b61754d 23
a08a69bb
MF
24Host home
25 HostName home.wh0rd.org
4b6565a1
MF
26 Port 443
27
a7a4763c
MF
28Host bos.wh0rd.org
29 Port 443
30
4b6565a1 31Host home-ports
5d582780 32 HostName vpn-vapier-m
4b6565a1 33 #HostName home.wh0rd.org
5d582780 34 #Port 443
4b6565a1
MF
35 Compression yes
36 DynamicForward 22222
a08a69bb 37
9231fa16
MF
38Host dir-825
39 User root
40 HostName 192.168.0.250
41 IdentityFile ~/.ssh/id_dsa.vapier
42
7bfea961
MF
43###
44### Blackfin systems
45###
46
47Host cvs.blackfin.uclinux.org blackfin.uclinux.org db.blackfin.uclinux.org sources.blackfin.uclinux.org firewall-sources.blackfin.uclinux.org
48 User vapier
49 IdentityFile ~/.ssh/id_dsa.bfin
5b61754d 50 Compression yes
5b61754d 51
7bfea961
MF
52Host uboot u-boot www.denx.de
53 User gu-blackfin
7bfea961 54 IdentityFile ~/.ssh/id_dsa.bfin
3dbf50fb 55 HostName www.denx.de
5b61754d 56
1d09e4e9
MF
57Host gitolite.kernel.org
58 User git
59 IdentityFile ~/.ssh/limited/id_rsa.kernel.org
60
61Host kup.kernel.org
62 IdentityFile ~/.ssh/limited/id_rsa.kernel.org
511fb07d 63
7bfea961 64Host db.b.u.o
5b61754d 65 User root
3dbf50fb 66 IdentityFile ~/.ssh/id_dsa.adi
7bfea961
MF
67 HostName db.blackfin.uclinux.org
68 Port 443
5b61754d
MF
69Host docs.b.u.o
70 User root
3dbf50fb 71 IdentityFile ~/.ssh/id_dsa.adi
5b61754d 72 HostName docs.blackfin.uclinux.org
7bfea961 73Host sources.b.u.o
5b61754d 74 User root
3dbf50fb 75 IdentityFile ~/.ssh/id_dsa.adi
7bfea961
MF
76 HostName sources.blackfin.uclinux.org
77Host firewall-sources.b.u.o
78 User root
3dbf50fb 79 IdentityFile ~/.ssh/id_dsa.adi
7bfea961 80 HostName firewall-sources.blackfin.uclinux.org
5b61754d 81 Port 443
7bfea961 82Host firewall-sources.blackfin.uclinux.org
5b61754d 83 User vapier
3dbf50fb 84 IdentityFile ~/.ssh/id_dsa.adi
7bfea961 85 Port 443
1bcd182d
MF
86Host wiki.a.c
87 User vapier
88 IdentityFile ~/.ssh/id_dsa.adi
89 HostName 195.170.124.184
90 Port 6589
5b61754d 91
35c220c5 92###
735a3adb 93### Google systems
35c220c5 94###
735a3adb
MF
95
96Host gshell
97 HostName sh.corp.google.com
98 User vapier
99
735a3adb
MF
100Host work
101 HostName vapier.cam.corp.google.com
102
bd7172bc 103Host lemote
57356b6d
MF
104 HostName 100.100.36.240
105
106Host crosvm
107 Port 9222
108 HostName localhost
109 User root
110 StrictHostKeyChecking no
111 UpdateHostKeys yes
dedc4cb6 112 UserKnownHostsFile /dev/null
57356b6d 113 IdentityFile ~/.ssh/id_rsa.cros
bd7172bc 114
2abf9ec6
MF
115Host hsm
116 IdentityFile ~/.ssh/id_rsa.google
9aef2254 117 HostName 100.90.28.67
2abf9ec6 118
1bcd182d
MF
119###
120### random source systems
121###
122
123Host sourceware.org
1d09e4e9 124 IdentityFile ~/.ssh/id_rsa.vapier
1bcd182d 125
4f66813b 126Host github.com
db67115d 127 IdentityFile ~/.ssh/id_ed25519.vapier
9231fa16 128
4f66813b
MF
129Host uclibc.org
130 IdentityFile ~/.ssh/id_ed25519.vapier
131
68382e79
MF
132Host e? e?.enlightenment.org e?v*.enlightenment.org
133 User vapier
134 ProxyCommand none
135
136Host git.enlightenment.org
137 User git
138 ProxyCommand none
139
140Host *.enlightenment.org
141 User vapier
142 ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p
143
7bfea961
MF
144###
145### Gentoo systems
146###
147
148# then at runtime, do:
68382e79
MF
149# ssh -N -f -n master-cvs.gentoo.org
150Host master-cvs.gentoo.org
151 HostName cvs.gentoo.org
152 User vapier
153 ControlMaster yes
154 ControlPath ~/.ssh/master-%l-%r@%h:%p
1d09e4e9 155Host cvs.gentoo.org
68382e79
MF
156 ControlMaster no
157 ControlPath ~/.ssh/master-%l-%r@%h:%p
158 BatchMode yes
7bfea961
MF
159
160Host dev
5b61754d 161 HostName dev.gentoo.org
62e1ccd9 162 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961 163
5b61754d
MF
164Host dev-ports
165 HostName dev.gentoo.org
62e1ccd9 166 IdentityFile ~/.ssh/id_ed25519.vapier
5b61754d 167 LocalForward 127.0.0.1:1111 127.0.0.1:25
b412dfcc 168
855bd9de 169Host cvs.gentoo.org
62e1ccd9 170 IdentityFile ~/.ssh/id_ed25519.vapier
855bd9de 171Host git.overlays.gentoo.org
62e1ccd9 172 IdentityFile ~/.ssh/id_ed25519.vapier
651ce84c
MF
173Host git.gentoo.org
174 IdentityFile ~/.ssh/id_ed25519.vapier
3dbf50fb 175
7bfea961
MF
176### ALPHA ###
177
178Host alpha
179 HostName monolith.freenet-rz.de
4f66813b 180 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
181
182### AMD64 ###
183
d4864252
MF
184Host amd64
185 HostName nightheron.gentoo.org
1d09e4e9 186 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
187
188### ARM ###
189
190Host coral
191 HostName coral.gentoo.osuosl.org
1d09e4e9 192 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961 193
f317a567
MF
194Host polyp
195 HostName polyp.arm.dev.gentoo.org
4f66813b 196 IdentityFile ~/.ssh/id_ed25519.vapier
f317a567 197
7bfea961
MF
198### GBSD ###
199
7bfea961
MF
200
201### HPPA ###
202
203Host hake
f15b8de0 204 HostName hake.hppa.dev.gentoo.org
4f66813b
MF
205 IdentityFile ~/.ssh/id_ed25519.vapier
206
207Host hake-console
208 HostName console1.gentoo.osuosl.org
275c321c 209 IdentityFile ~/.ssh/id_rsa.vapier
4f66813b
MF
210 User vapier
211 Port 3003
212 AddressFamily inet
7bfea961
MF
213
214### IA64 ###
215
216Host beluga
217 HostName beluga.ia64.dev.gentoo.org
275c321c 218 IdentityFile ~/.ssh/id_rsa.vapier
2ee84e12
MF
219Host ia64 guppy
220 HostName guppy.ia64.dev.gentoo.org
4f66813b 221 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
222
223### M68K ###
224
7bfea961
MF
225Host kolla
226 HostName chetter.kolla.no
227
228### MIPS ###
229
f317a567 230Host mips
e72beb8f 231 HostName fulong-spark.mips64.dev.gentoo.org
f317a567 232
7bfea961
MF
233### PPC ###
234
f317a567 235Host ppc ppc64
f15b8de0 236 HostName timberdoodle.ppc64.dev.gentoo.org
4f66813b 237 IdentityFile ~/.ssh/id_ed25519.vapier
4ebcb056 238
501d100e 239Host ppcle ppc64le
f15b8de0 240 HostName bogsucker.ppc64.dev.gentoo.org
501d100e
MF
241 IdentityFile ~/.ssh/id_ed25519.vapier
242
7bfea961
MF
243### S390 ###
244
275c321c 245Host lgentoo3
855bd9de 246 HostName lgentoo3.s390.gentoo.wh0rd.org
275c321c 247 HostName 148.100.88.31
0ac49f5f 248 IdentityFile ~/.ssh/id_ed25519.vapier
f15b8de0
MF
249 ControlMaster auto
250 ControlPath ~/.ssh/master-%C
275c321c 251Host lgentoo4
855bd9de 252 HostName lgentoo4.s390.gentoo.wh0rd.org
275c321c 253 HostName 148.100.88.32
0ac49f5f 254 IdentityFile ~/.ssh/id_ed25519.vapier
f15b8de0
MF
255 ControlMaster auto
256 ControlPath ~/.ssh/master-%C
06abd7bf 257
7bfea961
MF
258### SPARC ###
259
260Host sparc
f15b8de0 261 HostName catbus.sparc.dev.gentoo.org
4f66813b 262 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
263
264### SH ###
265
266Host lantank
267 HostName lantank.sh.dev.gentoo.org
275c321c 268 IdentityFile ~/.ssh/id_rsa.vapier
2abf9ec6
MF
269
270
271# skey based access:
272# https://chrome-internal.googlesource.com/infra/infra_internal/+/master/doc/ssh_config
273
274# For CrOS gcloud instances:
275# $ ls ~/google-cloud-sdk/bin/gcloud
276# $ curl https://sdk.cloud.google.com | bash
277# $ gcloud compute ssh cros-beefy59-c2