Advertize availability of live DVD image
authorSam Hartman <hartmans@debian.org>
Sat, 14 May 2011 00:39:32 +0000 (20:39 -0400)
committerSam Hartman <hartmans@debian.org>
Sat, 14 May 2011 00:39:32 +0000 (20:39 -0400)
dvd.mdwn [new file with mode: 0644]
index.mdwn
vmdk.mdwn

diff --git a/dvd.mdwn b/dvd.mdwn
new file mode 100644 (file)
index 0000000..a40a469
--- /dev/null
+++ b/dvd.mdwn
@@ -0,0 +1,52 @@
+[[!meta title="Live DVD Images"]]
+
+A Moonshot technology preview is made available as a Debian live system.
+
+##Current Version
+
+May 2011:
+
+* Get the [Image](http://moonshot-image.s3.amazonaws.com/dvd.2011.05/image.iso)
+* Sources are available in the Debian archive or [here](http://moonshot-image.s3.amazonaws.com/dvd.2011.05/source.debian.tar.gz)
+
+This image will work either when booted on real PC hardware or in a virtualization environment. Explicit support should be provided for Virtualbox and for Vmware video and mouse support.
+
+This image may not be appropriate for deployment on an open network;
+in particular, it runs a number of services including SSH, RADIUS and
+a web server.
+
+# includes
+
+* A configured freeradius server
+    * Generates SAML assertions on authentication
+    * Exposes user name for legacy GSS applications
+* Debian packages of key Moonshot components:
+    * Core Moonshot mechanism
+    * Development version of Shibboleth libraries with enhanced GSS-API support
+    * Libradsec library
+    * Moonshot support for Firefox and Apache
+    * Moonshot support for OpenSSH
+# Testing Moonshot
+
+There is a RADIUS account steve@local with password testing. This account is authorized to log into an SSH user called moonshot. to test:
+
+    sudo useradd -m moonshot
+    ssh moonshot@localhost
+
+This works in part because there is a file in the user home directory ~/.gss_eap_id that includes the username and password. In the future, credentials will be controlled by a Moonshot user interface.
+
+Another test involves the GSS sample application from MIT Kerberos:
+
+
+    gss-server host@localhost & #start server in the background
+
+    gss-client  -mech "{1 3 6 1 4 1 5322 22 1 18}" localhost host@localhost test_message
+
+It is also possible to test with the web server.
+Under /var/www create a directory. Include a .htaccess file with the following contents:
+
+    AuthType GSSAPI
+    Require valid-user
+
+If you go to http://localhost/directory_name, using the Iceweasel web browser included in the image, you will see this page. Unfortunately, Iceweasel is not the default browser; you will need to start it from the menus before entering this URI.
+
index 8e4d159..7b9df40 100644 (file)
@@ -5,7 +5,7 @@ This is a wiki for those working on or using the Moonshot code base.
 * [[Building]] Moonshot
 * [[Prepare]] to use the system once built
 * [[Design]] Discussions
-* Information on [[VM Images|vmdk]]
+* Obtaining [[Live DVD Images|dvd]]
 * [[Applications that have been tested with moonshot|MoonshotApps]]
 * Obtaining [[commit access]]
 * Active [[branches]] of development
index ea205e0..549a99c 100644 (file)
--- a/vmdk.mdwn
+++ b/vmdk.mdwn
@@ -1,8 +1,10 @@
-[[!meta title="VM images"]]
-[[!toc]]
+[[!meta title="VM images"]] Moonshot VM images are no longer
+available. See the [[DVD images|dvd]] for a live system image that can
+run under virtualization. This page contains information on the final
+VM image released shortly after the second Moonshot meeting.
+
 
-There is a Moonshot test VM image that contains a complete development
-environment for Moonshot. In particular it contains:
+[[!toc]]
 
 * compiler, debugger
 * Sources for moonshot, Shibboleth, libradsec and the like
@@ -66,13 +68,6 @@ This is about exploring software not about secure deployments.
 
 # Obtaining Images
 
-Sources to the GPL items included in the image can be found in Debian
-squeeze's source repository. One way to get these sources is to
-download the source 1
-[DVD](http://moonshot-image.s3.amazonaws.com/debian-6.0.0-source-DVD-1.iso)
-
-*
-  [moonshot-test-20110404.vmdk](http://moonshot-image.s3.amazonaws.com/moonshot-test-20110404.vmdk)
 
 # TODO