Here are some Hurd boxes that users have made available to the public:
Barry deFreese:
Host Name |
Access |
Port |
Distro |
Machine Specs |
flubber.bddebian.com |
ssh |
2250 |
Debian |
PII 550Mhz 384Mb |
clubber.bddebian.com |
ssh |
2251 |
Debian |
PIII 1Ghz 384Mb |
gnubber.bddebian.com |
ssh |
2254 |
Debian |
PII 733Mhz 384Mb |
Contact **bddebian** or **tschwinge** in [[HurdIRC]] for details or to request an account.
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 the 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