From 27c0d08ddcc1a4ad46fde7b39107c526946bb421 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 3 Sep 2007 16:39:41 +0200 Subject: Further clean-ups and removals. --- public_hurd_boxen.mdwn | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 public_hurd_boxen.mdwn (limited to 'public_hurd_boxen.mdwn') diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn new file mode 100644 index 00000000..1518d985 --- /dev/null +++ b/public_hurd_boxen.mdwn @@ -0,0 +1,77 @@ +Here are some Hurd boxes that users have made available to the public: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Host NameOperatorAccessPortDistroMachine SpecsComments
flubber.bddebian.com [[Barry_de_Freese|bddebian]] ssh 2250 Debian PII 550Mhz 384Mb  
clubber.bddebian.com [[Barry_de_Freese|bddebian]] ssh 2251 Debian PIII 1Ghz 384Mb  
gnubber.bddebian.com [[Barry_de_Freese|bddebian]] ssh 2254 Debian PII 733Mhz 384Mb  
hurd.nipl.net [[AlastairPoole]] ssh 24 GNU AMD Sempron 2800 not sure if this machine is still alive
+ +To request an account on the _\*.bddebian.com_ machines either contact **bddebian** or **tschwinge** (other people might also be able to help) in [[IRC]] or send email to . Also use these contact addresses for requesting support with respect to software installations, etc. + +For the _hurd.nipl.net_ host, please see . + +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 -- cgit v1.2.3