From 079ef2f92740d9776b75efe0565258b82a0af471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 3 Feb 2012 12:48:29 +0100 Subject: [PATCH] Updated to xhtml, and added charset declaration. Added git instructions. --- ChangeLog | 3 + doc/index.html | 208 +++++++++++++++++++++++++++++-------------------- 2 files changed, 125 insertions(+), 86 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd2448d53..66e88a5fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-02-03 Niels Möller <nisse@lysator.liu.se> + * doc/index.html: Updated to xhtml, and added charset declaration. + Added git instructions. + * doc/lsh.texinfo: Updated charset declaration. 2011-11-24 Niels Möller <nisse@lysator.liu.se> diff --git a/doc/index.html b/doc/index.html index 876c37605..aa54d7f63 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,135 +1,171 @@ +<?xml version="1.0" encoding="utf-8"?> <!-- -*-mode: xml; sgml-indent-data: t; -*- --> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <!-- This is the text for the lsh homepage at http://www.lysator.liu.se/~nisse/lsh --> -<head><title>LSH - a GNU implementation of the Secure Shell protocols -</title></head> -<body bgcolor="white" text="black" link="darkblue" alink="red" vlink="darkblue"> +<head> + <meta http-equiv="Content-Type" + content="text/html; charset=utf-8"/> + <title> + LSH - a GNU implementation of the Secure Shell protocols + </title> +</head> +<body style='bgcolor="white"; text="black"; link="darkblue"; alink="red"; vlink="darkblue"'> <h1>A GNU implementation of the Secure Shell protocols</h1> -<tt>lsh</tt> is a free implementation (in the <a -href="http://www.gnu.org/">GNU</a> sense) of the <tt>ssh</tt> version -2 protocol, currently being standardised by the IETF SECSH working -group.<p> +<p> + <tt>lsh</tt> is a free implementation (in + the <a href="http://www.gnu.org/">GNU</a> sense) of + the <tt>ssh</tt> version 2 protocol, standardised by the IETF + SECSH working group. +</p> -This page should help you find any <tt>lsh</tt> related resources you need. +<p> + This page should help you find any <tt>lsh</tt> related resources + you need. +</p> <h2>Documentation</h2> -The <tt>lsh</tt> source distribution comes with a texinfo manual. You -can also <a href="lsh.html">read the manual online</a>. If you're -interested in hacking <tt>lsh</tt>, make sure to read the -<tt>README</tt> and <tt>doc/HACKING</tt> files in the distribution. +<p> + The <tt>lsh</tt> source distribution comes with a texinfo manual. You + can also <a href="lsh.html">read the manual online</a>. If you're + interested in hacking <tt>lsh</tt>, make sure to read the + <tt>README</tt> and <tt>doc/HACKING</tt> files in the distribution. +</p> <h2>Infrastructure</h2> -There's a <a -href="http://lists.lysator.liu.se/mailman/listinfo/lsh-bugs">mailing -list</a> you might want to subscribe to. <p> - -The CVS server for <tt>lsh</tt> is located at <a -href="http://cvs.lysator.liu.se"><tt>cvs.lysator.liu.se</tt></a>. Both -anonymous pserver access (<tt>cvs -d -:pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh co lsh</tt>) and a <a -href="http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/lsh/?cvsroot=lsh">cvsweb -interface</a> is available.<p> - -There's also a <a -href="http://bugzilla.lysator.liu.se/index.cgi">Bugzilla</a> for LSH -bug reports and wanted new features. - +<p> + There's + a <a href="http://lists.lysator.liu.se/mailman/listinfo/lsh-bugs">mailing + list</a> you might want to subscribe to. +</p> + +<p> + The public repository for lsh is located + at <a href='http://git.lysator.liu.se/lsh'>git.lysator.liu.se</a>. + The + older <a href='http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/lsh/?cvsroot=lsh'>CVS + server</a> is still available, but the tree there is no longer + updated. +</p> + +<p> + There's also + a <a href="http://bugzilla.lysator.liu.se/index.cgi">Bugzilla</a> + for LSH bug reports and wanted new features. +</p> <h2>Download</h2> -<tt>lsh</tt> uses linux-style version numbers, i.e. 1.2.x, 1.4.x etc are -intended to be stable, while 1.1.x, 1.3.x, 1.5.x etc are development -versions. <p> - -<tt>lsh</tt> releases are signed using <a href="http://www.gnupg.org/">GNU -Privacy Guard</a>, with -<a href="http://www.lysator.liu.se/~nisse/archive/distribution-key.gpg"> -this public key</a> (HTTP from Sweden, or - <a href="ftp://ftp.lysator.liu.se/pub/security/lsh/distribution-key.gpg"> - FTP from Sweden</a>)<p> - -You can get the latest lsh releases from - -<ul> -<li> <a href="http://www.lysator.liu.se/~nisse/archive/"> - http://www.lysator.liu.se/~nisse/archive/</a> -<li> <a href="ftp://ftp.lysator.liu.se/pub/security/lsh"> - ftp://ftp.lysator.liu.se/pub/security/lsh</a> -</ul> - -There are also some mirror sites: - -<ul> -<li> Australia: <a href="ftp://ftp.wiretapped.net/pub/security/cryptography/app\ -s/ssh/lsh/">FTP</a> and <a href="http://the.wiretapped.net/security/cryptograph\ -y/apps/ssh/lsh/">HTTP</a> +<p> + <tt>lsh</tt> uses linux-style version numbers, i.e. 1.2.x, 1.4.x etc are + intended to be stable, while 1.1.x, 1.3.x, 1.5.x etc are development + versions. +</p> + +<p> + <tt>lsh</tt> releases are signed using <a href="http://www.gnupg.org/">GNU + Privacy Guard</a>, with + <a href="http://www.lysator.liu.se/~nisse/archive/distribution-key.gpg"> + this public key</a> (HTTP from Sweden, or + <a href="ftp://ftp.lysator.liu.se/pub/security/lsh/distribution-key.gpg"> + FTP from Sweden</a>) +</p> + +<p> + You can get the latest lsh releases from +</p> + <ul> + <li> + <a href="ftp://ftp.gnu.org/gnu/lsh">ftp://ftp.gnu.org/gnu/lsh</a> + </li> + <li> <a href="http://www.lysator.liu.se/~nisse/archive/"> + http://www.lysator.liu.se/~nisse/archive/</a> + </li> + <li> <a href="ftp://ftp.lysator.liu.se/pub/security/lsh"> + ftp://ftp.lysator.liu.se/pub/security/lsh</a> + </li> + </ul> +<p> + There are also some mirror sites: +</p> + <ul> +<li> Australia: <a href="ftp://ftp.wiretapped.net/pub/security/cryptography/apps/ssh/lsh/">FTP</a> and <a href="http://the.wiretapped.net/security/cryptography/apps/ssh/lsh/">HTTP</a> (nightly at 0230 local time) + </li> <li> Austria: <a href="ftp://gd.tuwien.ac.at/utils/shells/lsh/">FTP</a>, <a href="http://gd.tuwien.ac.at/utils/shells/lsh/">HTTP</a>, and rsync, <tt>rsync://gd.tuwien.ac.at/utils/shells/lsh/</tt>. Updated daily. + </li> <li> Greece: <a href="ftp://ftp.linux.gr/pub/crypto/lsh">FTP</a> (updated daily) + </li> <li> Hungary: <a href="ftp://ftp.kfki.hu/pub/packages/security/ssh/lsh">FTP</a> (nightly at 0320 local time) + </li> <li> Netherlands: <a href="http://munitions.vipul.net/software/mirrors/lsh/"> HTTP</a> -</ul><p> + </li> +</ul> <h2>Related links</h2> <dl> -<dt> <a href="http://www.macssh.com">MacSSH</a> -<dd> A Mac port of <tt>lsh</tt> by Jean Pierre Stierlin. -<dt> Other free <tt>ssh</tt> programs +<dt> <a href="http://www.macssh.com">MacSSH</a></dt> +<dd> A Mac port of <tt>lsh</tt> by Jean Pierre Stierlin.</dd> +<dt> Other free <tt>ssh</tt> programs</dt> +<dd> <ul> -<li> <a href="http://www.openssh.com/">OpenSSH</a>, -<li> <a href="ftp://ftp.nada.kth.se/pub/krypto/ossh">ossh</a>, -<li> <a href="http://www.fressh.org/">FreSSH</a>, -<li> <a href="http://www.macssh.com/">MacSSH</a>. +<li> <a href="http://www.openssh.com/">OpenSSH</a>,</li> +<li> <a href="ftp://ftp.nada.kth.se/pub/krypto/ossh">ossh</a>,</li> +<li> <a href="http://www.fressh.org/">FreSSH</a>,</li> +<li> <a href="http://www.macssh.com/">MacSSH</a>.</li> <li> <a -href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> -<li> <a href="http://www.ganymed.ethz.ch/ssh2/">Ganymed SSH2 for Java</a> -<li> <a href="http://3sp.com/products/sshtools/sshtools.jsp">sshtools</a> +href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a></li> +<li> <a href="http://www.ganymed.ethz.ch/ssh2/">Ganymed SSH2 for Java</a></li> +<li> <a href="http://3sp.com/products/sshtools/sshtools.jsp">sshtools</a></li> </ul> +</dd> <dt><a href="http://www.ssh.fi/"><tt>SSH</tt> Communications -Security</a> -<dd>The company making the original (non-free) <tt>ssh</tt> program. +Security</a></dt> +<dd>The company making the original (non-free) <tt>ssh</tt> program.</dd> -<dt> <a href="http://www.gnupg.org/">GNU Privacy Guard</a> +<dt> <a href="http://www.gnupg.org/">GNU Privacy Guard</a></dt> <dd> A free PGP replacement implementing the IETF's <a href="http://www.ietf.org/html.charters/openpgp-charter.html"> - OpenPGP</a> specification. -<dt> <a href="http://www.freeswan.org/">Linux FreeS/WAN</a> + OpenPGP</a> specification.</dd> +<dt> <a href="http://www.freeswan.org/">Linux FreeS/WAN</a></dt> <dd> A project implementing the IETF's <a href="http://www.ietf.org/html.charters/ipsec-charter.html">IPSEC - </a> end-to-end network level encryption for Linux. -<dt> <a href="http://www.openbsd.org/">OpenBSD</a> + </a> end-to-end network level encryption for Linux.</dd> +<dt> <a href="http://www.openbsd.org/">OpenBSD</a></dt> <dd>The operating system, - which ships with IPSEC and OpenSSH as standard since version 2.6. + which ships with IPSEC and OpenSSH as standard since version 2.6.</dd> <dt> <a href="http://www.kerneli.org/">The International Linux Kernel - Patch</a> + Patch</a></dt> <dd>Adds kernel level support for encryption - e.g. for - encrypted loopback filesystems. -<dt> <a href="http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html"> -<dd> The Kerberos FAQ</a>. -<dt> <a href="http://www.pdc.kth.se/kth-krb/">The eBones Kerberos distribution</a> -<dd> Other Kerberos info at KTH in Sweden. -<dt> <a href="http://www.pdc.kth.se/heimdal/">Heimdal</a> -<dd> A free implementation of Kerberos 5, also from KTH. -<dt> <a href="ftp://ftp.runestig.com/pub/starttls/">START_TLS</a> + encrypted loopback filesystems.</dd> +<dt> <a href="http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html">The + Kerberos FAQ</a></dt> +<dt> <a href="http://www.pdc.kth.se/kth-krb/">The eBones Kerberos distribution</a></dt> +<dd> Other Kerberos info at KTH in Sweden.</dd> +<dt> <a href="http://www.pdc.kth.se/heimdal/">Heimdal</a></dt> +<dd> A free implementation of Kerberos 5, also from KTH.</dd> +<dt> <a href="ftp://ftp.runestig.com/pub/starttls/">START_TLS</a></dt> <dd> A free <tt>telnet</tt> implementation using the IETF's <a href="http://www.ietf.org/html.charters/tls-charter.html">Transport Layer Security</a> (TLS) and X.509 certificates for authentication and - encryption. -<dt> <a href="http://srp.stanford.edu/srp/">SRP</a> + encryption.</dd> +<dt> <a href="http://srp.stanford.edu/srp/">SRP</a></dt> <dd> The Secure Remote - Password protocol, offers a simpler alternative to Kerberos. -<dt> <a href="http://www.columbia.edu/kermit/">C-Kermit</a> -<dd> Supports Kerberos, SRP and TLS for authentication and encryption. + Password protocol, offers a simpler alternative to Kerberos.</dd> +<dt> <a href="http://www.columbia.edu/kermit/">C-Kermit</a></dt> +<dd> Supports Kerberos, SRP and TLS for authentication and encryption.</dd> </dl> <h2>Translations</h2> -- GitLab