blob: 17193f1acd683617c2d090c1143f83a06bad249c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
Here are some Hurd boxes that users have made available to the public:
Barry deFreese:
<table border="1" cellpadding="1" cellspacing="0">
<tr>
<th bgcolor="#99CCCC"><strong>Host Name</strong></th>
<th bgcolor="#99CCCC"><strong>Access</strong></th>
<th bgcolor="#99CCCC"><strong>Port</strong></th>
<th bgcolor="#99CCCC"><strong>Distro</strong></th>
<th bgcolor="#99CCCC"><strong>Machine Specs</strong></th>
</tr>
<tr>
<td> flubber.bddebian.com </td>
<td> ssh </td>
<td> 2250 </td>
<td> Debian </td>
<td> PII 550Mhz 384Mb </td>
</tr>
<tr>
<td> clubber.bddebian.com </td>
<td> ssh </td>
<td> 2251 </td>
<td> Debian </td>
<td> PIII 1Ghz 384Mb </td>
</tr>
<tr>
<td> gnubber.bddebian.com </td>
<td> ssh </td>
<td> 2254 </td>
<td> GNU </td>
<td> PII 600Mhz 384Mb </td>
</tr>
</table>
Contact **bddebian** or **tschwinge** in [[HurdIRC]] for details or to request an account.
For ease of use, put something like the following into _~/.ssh/config_:
Host clubber.bddebian.com clubber
HostName clubber.bddebian.com
Port 2251
Host flubber.bddebian.com flubber
HostName flubber.bddebian.com
Port 2250
Host *.bddebian.com clubber flubber
CheckHostIP no
User tschwinge
-- [[Main/BarryDeFreese]] - 22 Feb 2006
|