Rev 5 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
.\" Hey, EMACS: -*- nroff -*-.\" First parameter, NAME, should be all caps.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection.\" other parameters are allowed: see man(7), man(1).TH LSHD 8 "Jul 06 2002" lshd "lsh manuals".\" Please adjust this date whenever revising the manpage..\".\" Some roff macros, for reference:.\" .nh disable hyphenation.\" .hy enable hyphenation.\" .ad l left justify.\" .ad b justify to both left and right margins.\" .nf disable filling.\" .fi enable filling.\" .br insert line break.\" .sp <n> insert n+1 empty lines.\" for manpage-specific macros, see man(7).SH NAMElshd \- server for the SECSH2 (Secure Shell v2) protocol.SH SYNOPSIS.B lshd.RI [ options ] " files" ....SH DESCRIPTIONThis manual page documents briefly the.B lshdcommand.This manual page was written for the Debian distributionbecause the original program does not have a manual page.Instead, it has documentation in the GNU Info format; see below..PP.\" TeX users may be more comfortable with the \fB<whatever>\fP and.\" \fI<whatever>\fP escape sequences to invode bold face and italics,.\" respectively.\fBlshd\fP is a program that listens on a specified port for secure shellclients to connect and log in securely from a remote machine..SH OPTIONSThis program follows the usual GNU command line syntax, with longoptions starting with two dashes (`-').A summary of options is included below.For a complete description, see the Info files..TP.B \-\-debugPrint huge amounts of debug information..TP.B \-q, \-\-quietSuppress all warnings and diagnostic messages..TP.B \-\-tracePrint a detailed program trace..TP.B \-v, \-\-verbosePrint verbose diagnostic messages.TP.B \-\-kerberos\-passwordsRecognise kerberos passwords, using the helper program\fI/usr/sbin/lsh\-krb\-checkpw\fP (experimental)..TP.B \-\-login\-shell=\fIprogram\fPUse this program as the login shell for all users (experimental)..TP.B \-\-no\-kerberos\-passwordsDon't recognise kerberos passwords (default)..TP.B \-\-no\-passwordDisable password user authentication..TP.B \-\-no\-publickeyDisable publickey user authentication..TP.B \-\-no\-root\-loginDon't allow root to login (default).TP.B \-\-passwordEnable password authentication (enabled by default)..TP.B \-\-password\-helper=\fIhelper-program\fPUse the named helper program for password verification (experimental).PAM passwords can be enabled by specifying\fI\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP..TP.B \-\-publickeyEnable publickey user authentication (enabled by default)..TP.B \-\-root\-loginALlow root to login..TP.B \-\-pty\-support.B \-\-no\-pty\-supportEnable pty allocation (enabled by default)..TP.B \-\-subsystems=\fIname\fP=\fIprogram\fP[,\fIname\fP=\fIprogram\fP...]Lists subsystems to enable connections to (experimental).For example:\fI\-\-subsystems=sftp=/usr/sbin/sftp-server,foosystem=/usr/bin/foo\fP..TP.B \-\-daemonicRun in the background, redirect stdio to \fI/dev/null\fP, chdir to / and writemessages to syslog..TP.B \-\-enable\-coreDump core on fatal errors (disabled by default)..TP.B \-\-no\-daemonicRun in the foreground, which messages to stderr (default)..TP.B \-\-no\-pid\-fileDon't use any pid file. Default in non-daemonic mode..TP.B \-\-no\-syslogDon't use syslog (by default, syslog is used when running in daemonic mode)..TP.B \-\-pid\-file[=\fIfile-name\fP]Create a pid file. When running in daemonic mode, the default is\fI/var/run/lshd.pid\fP..TP.B \-?, \-\-helpShow summary of options..TP.B \-\-usageShow a short usage message..TP.B \-V, \-\-versionShow version of program..SH SEE ALSO.BR lshc (1),.BR lshd (8)..BRThe programs are documented fully by.IR "Lsh" ,available via the Info system..SH AUTHORThis manual page was written by Timshel Knoll <timshel@debian.org>,for the Debian GNU/Linux system (but may be used by others).