diff options
Diffstat (limited to 'public_hurd_boxen.mdwn')
-rw-r--r-- | public_hurd_boxen.mdwn | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn index 5a281368..6bce8ffb 100644 --- a/public_hurd_boxen.mdwn +++ b/public_hurd_boxen.mdwn @@ -28,10 +28,14 @@ image|hurd/running/qemu]]. "[[bddebian]]","goober","Debian GNU/Hurd","?" "[[bddebian]]","grubber","Debian GNU/Hurd","Celeron 2.2 GHz; 554 MiB","Xen domU on [[zenhost]]; for experimental stuff" "[[bddebian]]","[[zenhost]]","Debian GNU/Linux","Celeron 2.2 GHz","Xen dom0 for several hosts" +"[[sceen]]","darnassus","Debian GNU/Hurd","Core i5 3.1 GHz, 1.8 GiB","KVM guest on shattrath; public Hurd box" +"[[sceen]]","ironforge","Debian GNU/Hurd","Core i5 3.1 GHz, 1.8 GiB","KVM guest on shattrath; Debian buildd" +"[[sceen]]","exodar","Debian GNU/Hurd","Core i5 3.1 GHz, 1.8 GiB","KVM guest on shattrath; Debian porterbox" +"[[sceen]]","shattrath","Debian GNU/Linux","Core i5 3.1 GHz","KVM host" "Debian","[strauss.debian.net](http://strauss.debian.net/ssh)","Debian GNU/Hurd",,"all Debian Developers have access" """]] -To request an account on the *[[bddebian]]* machines either contact +To request an account on the *[[bddebian]]* or *[[sceen]]* machines, either contact *tschwinge* (other people might also be able to help) in [[IRC]] or send email to <hurd-shell-account@gnu.org> (please include your desired user name and public SSH key). Also use these contact @@ -41,14 +45,11 @@ addresses for requesting support with respect to software installations, etc. For easy access, you should append your public SSH key(s) to `~/.ssh/authorized_keys` on the remote machine. -Also, add the [[!toggle id=bddebian_ssh_config text="following stanza (click -here to toggle display)"]] to the `~/.ssh/config` file of the machine you're -connecting from. - -[[!toggleable id=bddebian_ssh_config text=""" +Also, add the following stanza to the `~/.ssh/config` file of the machine +you're connecting from. # Stanza from <http://www.gnu.org/software/hurd/public_hurd_boxen.html>, - # 2010-12-15. + # 2011-11-06. Host blubber.bddebian.com blubber HostName blubber.bddebian.com @@ -80,13 +81,16 @@ connecting from. Port 2260 Host blubber.bddebian.com blubber grubber.bddebian.com grubber snubber.bddebian.com snubber - ProxyCommand ssh zenhost socat - TCP4:%h:%p + # Tunnel through zenhost. + ProxyCommand ssh zenhost exec socat - TCP4:%h:%p Host *.bddebian.com blubber clubber flubber gnubber goober grubber snubber zenhost + # Don't worry about the IP address (dial-up connection). CheckHostIP no User [user name] - -The `CheckHostIP` statement is for not having to worry about the machines's IP -addresses changing (due to being behind a dial-up connection). - -"""]] + + Host darnassus.sceen.net darnassus + HostName darnassus.sceen.net + + Host *.sceen.net darnassus + User [user name] |