]> git.wh0rd.org - home.git/blame - .ssh/config
gpg-agent.conf: note broken pinentry paths
[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
3dbf50fb 161
7bfea961
MF
162Host tinderbox
163 HostName x86dev.gentoo.osuosl.org
164
165### ALPHA ###
166
167Host alpha
168 HostName monolith.freenet-rz.de
1d09e4e9 169 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
170
171### AMD64 ###
172
d4864252
MF
173Host amd64
174 HostName nightheron.gentoo.org
1d09e4e9 175 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
176
177### ARM ###
178
179Host coral
180 HostName coral.gentoo.osuosl.org
1d09e4e9 181 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961 182
f317a567
MF
183Host polyp
184 HostName polyp.arm.dev.gentoo.org
275c321c 185 IdentityFile ~/.ssh/id_rsa.vapier
f317a567 186
7bfea961
MF
187### GBSD ###
188
7bfea961
MF
189
190### HPPA ###
191
192Host hake
193 HostName hppa.gentoo.osuosl.org
275c321c 194 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
195
196### IA64 ###
197
198Host beluga
199 HostName beluga.ia64.dev.gentoo.org
275c321c 200 IdentityFile ~/.ssh/id_rsa.vapier
2ee84e12
MF
201Host ia64 guppy
202 HostName guppy.ia64.dev.gentoo.org
275c321c 203 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
204
205### M68K ###
206
7bfea961
MF
207Host kolla
208 HostName chetter.kolla.no
209
210### MIPS ###
211
f317a567 212Host mips
e72beb8f 213 HostName fulong-spark.mips64.dev.gentoo.org
f317a567 214
7bfea961
MF
215### PPC ###
216
f317a567 217Host ppc2
5e3240cc 218 HostName rooster.ppc64.dev.gentoo.org
9231fa16 219 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961 220
f317a567 221Host ppc ppc64
4ebcb056
MF
222 HostName timberdoodle.gentoo.osuosl.org
223 IdentityFile ~/.ssh/id_rsa.vapier
224
7bfea961
MF
225### S390 ###
226
275c321c 227Host lgentoo3
855bd9de 228 HostName lgentoo3.s390.gentoo.wh0rd.org
275c321c
MF
229 HostName 148.100.88.31
230 IdentityFile ~/.ssh/id_rsa.vapier
231Host lgentoo4
855bd9de 232 HostName lgentoo4.s390.gentoo.wh0rd.org
275c321c
MF
233 HostName 148.100.88.32
234 IdentityFile ~/.ssh/id_rsa.vapier
06abd7bf 235
b412dfcc 236Host gentoo01
06abd7bf 237 HostName 71
b412dfcc 238Host gentoo02
06abd7bf 239 HostName 71
7bfea961
MF
240
241### SPARC ###
242
243Host sparc
244 HostName bender.sparc.dev.gentoo.org
275c321c 245 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
246
247### SH ###
248
249Host lantank
250 HostName lantank.sh.dev.gentoo.org
275c321c 251 IdentityFile ~/.ssh/id_rsa.vapier