]> git.wh0rd.org - home.git/blame - .ssh/config
cd_history: handle multiple args to `cd`
[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
57356b6d
MF
9Host localhost
10 StrictHostKeyChecking no
11
1bcd182d 12Host 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
112 IdentityFile ~/.ssh/id_rsa.cros
bd7172bc 113
1bcd182d
MF
114###
115### random source systems
116###
117
118Host sourceware.org
1d09e4e9 119 IdentityFile ~/.ssh/id_rsa.vapier
1bcd182d 120
4f66813b 121Host github.com
652e2c7c 122 IdentityFile ~/.ssh/id_rsa.vapier
9231fa16 123
4f66813b
MF
124Host uclibc.org
125 IdentityFile ~/.ssh/id_ed25519.vapier
126
68382e79
MF
127Host e? e?.enlightenment.org e?v*.enlightenment.org
128 User vapier
129 ProxyCommand none
130
131Host git.enlightenment.org
132 User git
133 ProxyCommand none
134
135Host *.enlightenment.org
136 User vapier
137 ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p
138
7bfea961
MF
139###
140### Gentoo systems
141###
142
143# then at runtime, do:
68382e79
MF
144# ssh -N -f -n master-cvs.gentoo.org
145Host master-cvs.gentoo.org
146 HostName cvs.gentoo.org
147 User vapier
148 ControlMaster yes
149 ControlPath ~/.ssh/master-%l-%r@%h:%p
1d09e4e9 150Host cvs.gentoo.org
68382e79
MF
151 ControlMaster no
152 ControlPath ~/.ssh/master-%l-%r@%h:%p
153 BatchMode yes
7bfea961
MF
154
155Host dev
5b61754d 156 HostName dev.gentoo.org
62e1ccd9 157 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961 158
5b61754d
MF
159Host dev-ports
160 HostName dev.gentoo.org
62e1ccd9 161 IdentityFile ~/.ssh/id_ed25519.vapier
5b61754d 162 LocalForward 127.0.0.1:1111 127.0.0.1:25
b412dfcc 163
855bd9de 164Host cvs.gentoo.org
62e1ccd9 165 IdentityFile ~/.ssh/id_ed25519.vapier
855bd9de 166Host git.overlays.gentoo.org
62e1ccd9 167 IdentityFile ~/.ssh/id_ed25519.vapier
651ce84c
MF
168Host git.gentoo.org
169 IdentityFile ~/.ssh/id_ed25519.vapier
3dbf50fb 170
7bfea961
MF
171Host tinderbox
172 HostName x86dev.gentoo.osuosl.org
173
174### ALPHA ###
175
176Host alpha
177 HostName monolith.freenet-rz.de
4f66813b 178 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
179
180### AMD64 ###
181
d4864252
MF
182Host amd64
183 HostName nightheron.gentoo.org
1d09e4e9 184 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961
MF
185
186### ARM ###
187
188Host coral
189 HostName coral.gentoo.osuosl.org
1d09e4e9 190 IdentityFile ~/.ssh/id_rsa.vapier
7bfea961 191
f317a567
MF
192Host polyp
193 HostName polyp.arm.dev.gentoo.org
4f66813b 194 IdentityFile ~/.ssh/id_ed25519.vapier
f317a567 195
7bfea961
MF
196### GBSD ###
197
7bfea961
MF
198
199### HPPA ###
200
201Host hake
202 HostName hppa.gentoo.osuosl.org
4f66813b
MF
203 IdentityFile ~/.ssh/id_ed25519.vapier
204
205Host hake-console
206 HostName console1.gentoo.osuosl.org
275c321c 207 IdentityFile ~/.ssh/id_rsa.vapier
4f66813b
MF
208 User vapier
209 Port 3003
210 AddressFamily inet
7bfea961
MF
211
212### IA64 ###
213
214Host beluga
215 HostName beluga.ia64.dev.gentoo.org
275c321c 216 IdentityFile ~/.ssh/id_rsa.vapier
2ee84e12
MF
217Host ia64 guppy
218 HostName guppy.ia64.dev.gentoo.org
4f66813b 219 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
220
221### M68K ###
222
7bfea961
MF
223Host kolla
224 HostName chetter.kolla.no
225
226### MIPS ###
227
f317a567 228Host mips
e72beb8f 229 HostName fulong-spark.mips64.dev.gentoo.org
f317a567 230
7bfea961
MF
231### PPC ###
232
f317a567 233Host ppc ppc64
4ebcb056 234 HostName timberdoodle.gentoo.osuosl.org
4f66813b 235 IdentityFile ~/.ssh/id_ed25519.vapier
4ebcb056 236
7bfea961
MF
237### S390 ###
238
275c321c 239Host lgentoo3
855bd9de 240 HostName lgentoo3.s390.gentoo.wh0rd.org
275c321c
MF
241 HostName 148.100.88.31
242 IdentityFile ~/.ssh/id_rsa.vapier
243Host lgentoo4
855bd9de 244 HostName lgentoo4.s390.gentoo.wh0rd.org
275c321c
MF
245 HostName 148.100.88.32
246 IdentityFile ~/.ssh/id_rsa.vapier
06abd7bf 247
7bfea961
MF
248### SPARC ###
249
250Host sparc
251 HostName bender.sparc.dev.gentoo.org
4f66813b 252 IdentityFile ~/.ssh/id_ed25519.vapier
7bfea961
MF
253
254### SH ###
255
256Host lantank
257 HostName lantank.sh.dev.gentoo.org
275c321c 258 IdentityFile ~/.ssh/id_rsa.vapier