Rev 5 | 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 theserver and the client (one for each user in the latter case). These randomseeds will be automatically generated when the lsh-server is started for thefirst time.As an alternative, you can of course use the old way to have the seedgenerated. For this you need the lsh-utils package installed. After removingthe automatically generated seed (/var/spool/lsh/yarrow-seed-file) you have torun "lsh-make-seed --server" (as root) to generate the random seed.For security reasons (otherwise the timing information will be broken) thisneeds 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 typethe 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 putthe 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 manpagecalled sftp-server.8.gz already existing in the ssh package.Credits-------This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> andTimshel Knoll <timshel@debian.org>.-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Jan 2006 01:55:21 +0100