diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-02-09 12:15:37 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-02-09 12:15:37 +0100 |
commit | f61fc7c7949eb80e510e87ba25e469a5e661654e (patch) | |
tree | b81f7a16f0fa07e6d51cdd108e763d079d6e62e3 | |
parent | bf71b8e8f0240205540839e8cee417fcffba1fd0 (diff) |
public_hurd_boxen: Add goober at bddebian's.
-rw-r--r-- | public_hurd_boxen.mdwn | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn index 38612452..3ff0766b 100644 --- a/public_hurd_boxen.mdwn +++ b/public_hurd_boxen.mdwn @@ -5,6 +5,7 @@ Here are some Hurd boxes that users have made available to the public: "flubber.bddebian.com","[[Barry_de_Freese|bddebian]]","ssh; port 2250","Debian","PII 550 MHz; 384 MiB" "clubber.bddebian.com","[[Barry_de_Freese|bddebian]]","ssh; port 2251","Debian","PIII 1 GHz; 384 MiB" "gnubber.bddebian.com","[[Barry_de_Freese|bddebian]]","ssh; port 2254","Debian","PII 733 MHz; 384 MiB" +"goober.bddebian.com","[[Barry_de_Freese|bddebian]]","ssh; port 2255","Debian","?" "hurd.nipl.net","[[AlastairPoole]]","ssh; port 24","GNU","AMD Sempron 2800 MHz","not sure if this machine is still alive" """]] @@ -26,16 +27,20 @@ machines are re-installed), put something like the following into 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 + + Host goober.bddebian.com goober + HostName gnubber.bddebian.com + Port 2255 + + Host *.bddebian.com clubber flubber gnubber goober CheckHostIP no UserKnownHostsFile /dev/null StrictHostKeyChecking no |