Section: Lsh Manuals (8)Updated: NOVEMBER 2004Local indexUp
NAME
lshd - secsh (SSH2) server
SYNOPSIS
lshd
[OPTION...]
DESCRIPTION
CAUTION! The information in this manpage may be invalid or outdated. For authorativeinformation on lsh, please see it's Texinfo manual (see theSEE ALSOsection).
lshd is a server for the SSH-2 (secsh) protocol.
OPTIONS
Miscellaneous options:
-h, --host-key=Key file
Location of the server's private key.
--interface=interface
Listen on this network interface.
-p, --port=Port
Listen on this port.
--debug
Print huge amounts of debug information
--log-file=File name
Append messages to this file.
-q, --quiet
Suppress all warnings and diagnostic messages
--trace
Detailed trace
-v, --verbose
Verbose diagnostic messages
Algorithm selection:
-c, --crypto=Algorithm
--hostkey-algorithm=Algorithm
--list-algorithms
List supported algorithms.
-m, --mac=Algorithm
-z, --compression[=Algorithm]
Default is zlib.
--banner-file=File name
Banner file to send before handshake.
Keyexchange options:
--dh-keyexchange
Enable DH support (default).
--no-dh-keyexchange
Disable DH support.
--no-srp-keyexchange
Disable experimental SRP support (default).
--srp-keyexchange
Enable experimental SRP support.
User authentication options:
--kerberos-passwords
Recognize kerberos passwords, using the helper
program "/usr/local/sbin/lsh-krb-checkpw". This
option is experimental.
--login-auth-mode
Enable a telnet like mode (accept
none-authentication and launch thelogin-shell,
making it responsible for authenticating the
user).
--login-shell=Program
Use this program as the login shell for all users.
(Experimental)
LSH_YARROW_SEED_FILE
may be used to specify the random seed file.
lshd mimics OpenSSH behaviour with respect to
SSH_CLIENT
and
SSH_TTY
for processes it starts where applicable.
COPYING
The lsh suite of programs is distributed under the GNU General Public
License; see the COPYING and AUTHORS files in the source distribution for
details.
This man-page was originally written by J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>.
It was modified and updated for lsh 2.0 by Pontus Freyhult <pont_lsh@soua.net>