diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-01 12:23:12 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-01 12:23:12 +0200 |
commit | edce1e29939946e3ed232e8357b4e59494edbae2 (patch) | |
tree | 5025c731cc9cdadd7db4a0135482871686836f07 | |
parent | b75dd273c2497c8ab565015f0c259a768400cf25 (diff) |
public_hurd_boxen: blubber.
-rw-r--r-- | public_hurd_boxen.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn index 21db7c4e..82ccf947 100644 --- a/public_hurd_boxen.mdwn +++ b/public_hurd_boxen.mdwn @@ -13,6 +13,7 @@ Here are some Hurd boxes that users have made available to the public: [[!table class="table_style_1" data=""" "Hoster","Name","Distribution","Machine Specs","Comments" +"bddebian","blubber","Debian GNU/Hurd","Celeron 2.2 GHz; 222 MiB","Xen domU on zenhost; for experimental stuff" "bddebian","clubber","Debian GNU/Hurd","PIII 1 GHz; 384 MiB" "bddebian","flubber","Debian GNU/Hurd","Celeron 2.2 GHz; 666 MiB","Xen domU on zenhost" "bddebian","foobar","Debian GNU/Hurd","Celeron 2.2 GHz; 160 MiB","Xen domU on zenhost; web server" @@ -33,6 +34,9 @@ to `~/.ssh/authorized_keys` on the remote machine. Also, add the following stanza to `~/.ssh/config` of the machine you're connecting from: + Host blubber.bddebian.com blubber + HostName blubber.bddebian.com + Host clubber.bddebian.com clubber HostName clubber.bddebian.com Port 2251 @@ -56,10 +60,10 @@ connecting from: HostName zenhost.bddebian.com Port 2260 - Host foobar.bddebian.com foobar + Host blubber.bddebian.com blubber foobar.bddebian.com foobar ProxyCommand ssh zenhost socat - TCP4:%h:%p - Host *.bddebian.com clubber flubber foobar gnubber goober zenhost + Host *.bddebian.com blubber clubber flubber foobar gnubber goober zenhost CheckHostIP no UserKnownHostsFile /dev/null StrictHostKeyChecking no |