Rev 2 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
lsh-utils for Debian
--------------------
Versions of lsh since 1.3.6 have required a random seed file for both the
server and the client (one for each user in the latter case). These random
seeds will be automatically generated when the lsh-server is started for the
first time.
As an alternative, you can of course use the old way to have the seed
generated. For this you need the lsh-utils package installed. After removing
the automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have to
run "lsh-make-seed --server" (as root) to generate the random seed.
For security reasons (otherwise the timing information will be broken) this
needs to be run from a local console.
Using the lsh-client
--------------------
To use the lsh client, all a user needs to do is run lsh-make-seed and type
the necessary data. lsh-make-seed stores user's random seed files in
~/.lsh/yarrow-seed-file.
By default, the host key is captured to ~/.lsh/captured_keys - you need to put
the appropriate key in ~/.lsh/known_hosts. This is best achieved by:
lsh --sloppy-host-authentication --capture-to=~/.lsh/known_hosts <host>
Some notes about the sftp-server
--------------------------------
The used sftp-server has been renamed to sftp-server.lsh, due to a manpage
called sftp-server.8.gz already existing in the ssh package.
Credits
-------
This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> and
Timshel Knoll <timshel@debian.org>.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:55:21 +0100