blob: 2bb28b6000ecd70657dfeecda489a63b125a7268 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
Here are some Hurd boxes that users have made available to the public:
<table border="1" cellpadding="1" cellspacing="0">
<tr>
<th bgcolor="#99CCCC"><strong>Host Name</strong></th>
<th bgcolor="#99CCCC"><strong>Operator</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>
<th bgcolor="#99CCCC"><strong>Comments</strong></th>
</tr>
<tr>
<td> flubber.bddebian.com </td>
<td>[[Barry_de_Freese|bddebian]]</td>
<td> ssh </td>
<td> 2250 </td>
<td> Debian </td>
<td> PII 550Mhz 384Mb </td>
<td> </td>
</tr>
<tr>
<td> clubber.bddebian.com </td>
<td>[[Barry_de_Freese|bddebian]]</td>
<td> ssh </td>
<td> 2251 </td>
<td> Debian </td>
<td> PIII 1Ghz 384Mb </td>
<td> </td>
</tr>
<tr>
<td> gnubber.bddebian.com </td>
<td>[[Barry_de_Freese|bddebian]]</td>
<td> ssh </td>
<td> 2254 </td>
<td> Debian </td>
<td> PII 733Mhz 384Mb </td>
<td> </td>
</tr>
<tr>
<td> hurd.nipl.net </td>
<td>[[AlastairPoole]]</td>
<td> ssh </td>
<td> 24 </td>
<td> GNU </td>
<td> AMD Sempron 2800 </td>
<td> not sure if this machine is still alive </td>
</tr>
</table>
To request an account on the _\*.bddebian.com_ machines either contact **bddebian** or **tschwinge** (other people might also be able to help) in [[HurdIRC]] or send email to <hurd-shell-account@gnuNOSPAM.org>. Also use these contact addresses for requesting support with respect to software installations, etc.
For the _hurd.nipl.net_ host, please see <http://www.nipl.net/>.
To be able to use just `ssh [machine]`, you should append your public SSH key to _~/.ssh/authorized\_keys_ on the remote machine.
And if you don't want to worry about the machines's IP addresses changing (due to dial-up connection) or the host keys changing every now and then (when the machines are re-installed), put something like the following into _~/.ssh/config_ of the machine you connect from:
Host clubber.bddebian.com clubber
HostName clubber.bddebian.com
Port 2251
Host flubber.bddebian.com flubber
HostName flubber.bddebian.com
Port 2250
Host gnubber.bddebian.com gnubber
HostName gnubber.bddebian.com
Port 2254
Host *.bddebian.com clubber flubber gnubber
CheckHostIP no
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
User [username]
-- [[Main/BarryDeFreese]] - 22 Feb 2006
|