summaryrefslogtreecommitdiff
path: root/public_hurd_boxen.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-11-06 21:59:49 +0100
committerThomas Schwinge <thomas@schwinge.name>2011-11-06 21:59:49 +0100
commitaabfaee0ff59555d4e18d263d1ec760e34d10f2e (patch)
tree0ec068457bc1bb5afcabb40edc260a10e67569b7 /public_hurd_boxen.mdwn
parent015294a039550442ae58fe69b9b14acad11dee25 (diff)
public_hurd_boxen: Update some more for Richard's boxen.
Also drop the toggle, as it was only creating confusion.
Diffstat (limited to 'public_hurd_boxen.mdwn')
-rw-r--r--public_hurd_boxen.mdwn26
1 files changed, 13 insertions, 13 deletions
diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn
index c395da7a..6bce8ffb 100644
--- a/public_hurd_boxen.mdwn
+++ b/public_hurd_boxen.mdwn
@@ -28,7 +28,7 @@ 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 hurdbox"
+"[[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"
@@ -45,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
@@ -84,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]