LSH mini-how-to 0.9.10 ver 0.5.1

Last modified May 28, 2000.

Foreword

This document is intended to provide a brief overview of the function and common usage of LSH, references lsh-0.9.10, and assumes a working knowledge of rsh, the unencrypted equivalent of lsh.

If you're looking for a FreeBSD port of LSH, I've got an initial port that I'm working on.

What LSH is

LSH is an implementation of the SECSH protocol, which has the goal of secure, encrypted logins. This means that you should be able to log into remote machines, knowing that the machine you connect to is the machine you think it is, that that machine knows you are who you claim you are, and all communications are shielded from eavesdropping. Since SECSH does not require any encumbered encryption algorithms, LSH was able to be implemented as GPL code. This is an advantage over the SSH1 protocol, which is encumbered by the RSA patent, and SSH 2, which is a non-free SECSH implementation.

LSH has a minimal web site at http://www.net.lut.ac.uk/psst/ and is available by http at http://www.lysator.liu.se/~nisse/lsh/, and it is also available via ftp at ftp://ftp.lysator.liu.se/pub/security/lsh. The PSST mailing list is one source of support, and is archived at http://www.roads.lut.ac.uk/lists/psst/.

SECSH

SECSH provides secure communication by a combination of encryption and authentication.