(no commit message)
[devwiki.git] / dvd.mdwn
index 95aaf20..f501fd8 100644 (file)
--- a/dvd.mdwn
+++ b/dvd.mdwn
@@ -2,25 +2,22 @@
 
 A Moonshot technology preview is made available as a Debian live system.
 
-##Current Version
-
-May 2011:
+The 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.
 
-* 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)
+The 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.
 
-January 2012:
+##Current Version
 
-* Get the [Image](http://moonshot-image.s3.amazonaws.com/dvd.2012.01/binary.iso)
-* Sources are available in the same directory
+November 2012:
 
-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.
+* Get the [Image](http://psec.s3.amazonaws.com/moonshot-images/2014.01.17.iso)
+* Please review the following [notes](https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=MOONSHOT-COMMUNITY;98c2ceea.1201)
+* The [source](http://psec.s3.amazonaws.com/moonshot-images/2014.01.17.source/source.debian.tar) to the Debian software used on the DVD is available. For getting Moonshot source please refer to our [git](http://www.project-moonshot.org/gitweb/) repository for a better experience.
 
-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
+# Includes
 
 * A configured freeradius server
     * Generates SAML assertions on authentication
@@ -31,6 +28,7 @@ a web server.
     * 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:
@@ -42,10 +40,7 @@ This works in part because there is a file in the user home directory ~/.gss_eap
 
 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
+[[!inline raw=yes pagenames=testing/gss-sample ]]
 
 It is also possible to test with the web server.
 Under /var/www create a directory. Include a .htaccess file with the following contents: