diff options
-rw-r--r-- | Hurd/PublicHurdBoxen.mdwn | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Hurd/PublicHurdBoxen.mdwn b/Hurd/PublicHurdBoxen.mdwn index 50eaab3a..996fd320 100644 --- a/Hurd/PublicHurdBoxen.mdwn +++ b/Hurd/PublicHurdBoxen.mdwn @@ -1,10 +1,9 @@ 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>Operator</strong></th> <th bgcolor="#99CCCC"><strong>Access</strong></th> <th bgcolor="#99CCCC"><strong>Port</strong></th> <th bgcolor="#99CCCC"><strong>Distro</strong></th> @@ -12,6 +11,7 @@ Barry deFreese: </tr> <tr> <td> flubber.bddebian.com </td> + <td><span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATION/BarryDeFreese">?</a></td> <td> ssh </td> <td> 2250 </td> <td> Debian </td> @@ -19,6 +19,7 @@ Barry deFreese: </tr> <tr> <td> clubber.bddebian.com </td> + <td><span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATION/BarryDeFreese">?</a></td> <td> ssh </td> <td> 2251 </td> <td> Debian </td> @@ -26,6 +27,7 @@ Barry deFreese: </tr> <tr> <td> gnubber.bddebian.com </td> + <td><span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATION/BarryDeFreese">?</a></td> <td> ssh </td> <td> 2254 </td> <td> Debian </td> @@ -33,6 +35,7 @@ Barry deFreese: </tr> <tr> <td> hurd.nipl.net </td> + <td><span style="background:"><font color="">Alastair Poole</font></span><a href="http://LOCATION/AlastairPoole">?</a></td> <td> ssh </td> <td> 24 </td> <td> GNU </td> @@ -40,13 +43,13 @@ Barry deFreese: </tr> </table> -To request an account 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. +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> +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 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: +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 |