source: trunk/packages/invirt-web/code/templates/unauth.mako @ 2808

Last change on this file since 2808 was 2808, checked in by pweaver, 14 years ago

made link to auth using Personal Certificates more clear

File size: 2.4 KB
RevLine 
[2692]1<%page expression_filter="h"/>
2<%inherit file="skeleton.mako" />
[510]3
[2692]4<%def name="title()">
[510]5Intro
[2692]6</%def>
[510]7
8<h1>XVM &mdash; Virtual Servers for MIT </h1>
9
[1652]10<p><strong>xvm.mit.edu</strong> is a virtualization service for the
11MIT community.  We offer <strong>virtual machines</strong>&mdash;your
[1683]12own complete system on which you can start from our <strong>three-minute
[1652]13Debian or Ubuntu install</strong> or install the <strong>operating
14system of your choice</strong>.  The service is <strong>free</strong>
15to any Athena account holder.</p>
[510]16
[608]17<p>MIT users:</p>
18<blockquote><big><a
[2808]19href="https://${config.web.hostname}/"><strong><font color="green">&rarr;</font> Log in to XVM using MIT certificates</strong>
[608]20</a></big></blockquote>
[2807]21<blockquote><big><a
22href="https://${config.web.hostname}:442/"><strong><font color="green">&rarr;</font> Log in to XVM using Kerberos Tickets</strong>
23</a></big></blockquote>
[510]24
[2808]25<p>To use MIT certificates you'll need an <a href="http://ca.mit.edu/">MIT personal
26certificate</a>.</p>
27
[608]28<h2>XVM features:</h2>
29<ul>
30<li>Online management of virtual machines</li>
31<li>A wide selection of bootable CD-ROM images and installers</li>
[1652]32<li>An automated Debian and Ubuntu installer</li>
[608]33<li>Secure VNC console access via a Java applet</li>
34<li>Secure serial console access over SSH</li>
35<li>Ownership and access control through Athena lockers and groups</li>
36</ul>
[514]37
[1661]38<h2>XVM does not feature:</h2>
39<ul>
40<li>backups of VM disk images; images are on a RAID, but you should
41    arrange your own backups for data that is important to you.</li>
42<li>guarantees of uptime or security; we are a best-effort volunteer
43    service, though we follow security and reliability best practices
44    shared by production SIPB services.</li>
45</ul>
46
[608]47<p>The XVM code base is a <strong>free software</strong> project under
48development, licensed under GPLv2+. If you're interested in using it,
49we'd be happy to help you set it up in your environment. Our Subversion
50repository is</p> <blockquote><a
51href="https://xvm.mit.edu:1111/">https://xvm.mit.edu:1111/</a></blockquote>
52
[510]53<p>xvm.mit.edu is provided by <a href="http://sipb.mit.edu/">SIPB</a>,
[608]54the student computing group at MIT, with generous funding from <a
55href="http://web.mit.edu/ist/">IS&amp;T</a>.  Like all SIPB projects, we
56are independently run by our own team of volunteers, and we welcome new
57contributors.</p>
[510]58
[608]59<p>Questions and feedback welcome at <a
60href="mailto:xvm@mit.edu">xvm@mit.edu</a>.</p>
Note: See TracBrowser for help on using the repository browser.