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