Rev 2 | 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 placed in /usr/lib/lsh-server, analoguouslywith openssh-server. Our manpage is in the special section 8lsh, to avoidconflict with the corresponding manpage in said package.Credits-------This package is based on work by Robert Bihlmeyer <robbe@orcus.priv.at> andTimshel Knoll <timshel@debian.org>.-- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 20:56:36 +0200