<?php
include_once(($_SERVER['DOCUMENT_ROOT']) . "/include/header.inc");
include_once(($_SERVER['DOCUMENT_ROOT']) . "/include/footer.inc");

startPage("Installing and configuring PuTTY for use with CASLab");
?>
<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> is a freely available SSH client for Windows.  SSH (Secure SHell) is a secure replacement for Telnet.
Where Telnet transmits everything in plaintext, SSH encrypts all transmissions.
<ol>
<li>Install PuTTY <a href="putty/putty-0.53b-installer.exe">using the PuTTY Installer</a></li>
<li>To use the CASLab's pre-configured settings for PuTTY, download <a href="putty/putty_caslab.zip">putty_caslab.zip</a> and
extract the Windows Registry file  putty_caslab.reg from it and then double-click on that file to install the settings.</li>
<li>You can now log in to CASLab Unix/Linux <a href="putty.php">as you do from the CASLab Windows machines.</a></li>
</ol>

<?php
endPage();
?>
