Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | .\" Hey, EMACS: -*- nroff -*- |
2 | .\" First parameter, NAME, should be all caps |
||
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection |
||
4 | .\" other parameters are allowed: see man(7), man(1) |
||
5 | .TH LSHD 8 "Jul 06 2002" lshd "lsh manuals" |
||
6 | .\" Please adjust this date whenever revising the manpage. |
||
7 | .\" |
||
8 | .\" Some roff macros, for reference: |
||
9 | .\" .nh disable hyphenation |
||
10 | .\" .hy enable hyphenation |
||
11 | .\" .ad l left justify |
||
12 | .\" .ad b justify to both left and right margins |
||
13 | .\" .nf disable filling |
||
14 | .\" .fi enable filling |
||
15 | .\" .br insert line break |
||
16 | .\" .sp <n> insert n+1 empty lines |
||
17 | .\" for manpage-specific macros, see man(7) |
||
18 | .SH NAME |
||
19 | lshd \- server for the SECSH2 (Secure Shell v2) protocol |
||
20 | .SH SYNOPSIS |
||
21 | .B lshd |
||
22 | .RI [ options ] " files" ... |
||
23 | .SH DESCRIPTION |
||
24 | This manual page documents briefly the |
||
25 | .B lshd |
||
26 | command. |
||
27 | This manual page was written for the Debian distribution |
||
28 | because the original program does not have a manual page. |
||
29 | Instead, it has documentation in the GNU Info format; see below. |
||
30 | .PP |
||
31 | .\" TeX users may be more comfortable with the \fB<whatever>\fP and |
||
32 | .\" \fI<whatever>\fP escape sequences to invode bold face and italics, |
||
33 | .\" respectively. |
||
34 | \fBlshd\fP is a program that listens on a specified port for secure shell |
||
35 | clients to connect and log in securely from a remote machine. |
||
36 | .SH OPTIONS |
||
37 | This program follows the usual GNU command line syntax, with long |
||
38 | options starting with two dashes (`-'). |
||
39 | A summary of options is included below. |
||
40 | For a complete description, see the Info files. |
||
41 | .TP |
||
42 | .B \-\-debug |
||
43 | Print huge amounts of debug information. |
||
44 | .TP |
||
45 | .B \-q, \-\-quiet |
||
46 | Suppress all warnings and diagnostic messages. |
||
47 | .TP |
||
48 | .B \-\-trace |
||
49 | Print a detailed program trace. |
||
50 | .TP |
||
51 | .B \-v, \-\-verbose |
||
52 | Print verbose diagnostic messages |
||
53 | .TP |
||
54 | .B \-\-kerberos\-passwords |
||
55 | Recognise kerberos passwords, using the helper program |
||
56 | \fI/usr/sbin/lsh\-krb\-checkpw\fP (experimental). |
||
57 | .TP |
||
58 | .B \-\-login\-shell=\fIprogram\fP |
||
59 | Use this program as the login shell for all users (experimental). |
||
60 | .TP |
||
61 | .B \-\-no\-kerberos\-passwords |
||
62 | Don't recognise kerberos passwords (default). |
||
63 | .TP |
||
64 | .B \-\-no\-password |
||
65 | Disable password user authentication. |
||
66 | .TP |
||
67 | .B \-\-no\-publickey |
||
68 | Disable publickey user authentication. |
||
69 | .TP |
||
70 | .B \-\-no\-root\-login |
||
71 | Don't allow root to login (default) |
||
72 | .TP |
||
73 | .B \-\-password |
||
74 | Enable password authentication (enabled by default). |
||
75 | .TP |
||
76 | .B \-\-password\-helper=\fIhelper-program\fP |
||
77 | Use the named helper program for password verification (experimental). |
||
78 | PAM passwords can be enabled by specifying |
||
79 | \fI\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP. |
||
80 | .TP |
||
81 | .B \-\-publickey |
||
82 | Enable publickey user authentication (enabled by default). |
||
83 | .TP |
||
84 | .B \-\-root\-login |
||
85 | ALlow root to login. |
||
86 | .TP |
||
87 | .B \-\-pty\-support |
||
88 | .B \-\-no\-pty\-support |
||
89 | Enable pty allocation (enabled by default). |
||
90 | .TP |
||
91 | .B \-\-subsystems=\fIname\fP=\fIprogram\fP[,\fIname\fP=\fIprogram\fP...] |
||
92 | Lists subsystems to enable connections to (experimental). |
||
93 | For example: |
||
94 | \fI\-\-subsystems=sftp=/usr/sbin/sftp-server,foosystem=/usr/bin/foo\fP. |
||
95 | .TP |
||
96 | .B \-\-daemonic |
||
97 | Run in the background, redirect stdio to \fI/dev/null\fP, chdir to / and write |
||
98 | messages to syslog. |
||
99 | .TP |
||
100 | .B \-\-enable\-core |
||
101 | Dump core on fatal errors (disabled by default). |
||
102 | .TP |
||
103 | .B \-\-no\-daemonic |
||
104 | Run in the foreground, which messages to stderr (default). |
||
105 | .TP |
||
106 | .B \-\-no\-pid\-file |
||
107 | Don't use any pid file. Default in non-daemonic mode. |
||
108 | .TP |
||
109 | .B \-\-no\-syslog |
||
110 | Don't use syslog (by default, syslog is used when running in daemonic mode). |
||
111 | .TP |
||
112 | .B \-\-pid\-file[=\fIfile-name\fP] |
||
113 | Create a pid file. When running in daemonic mode, the default is |
||
114 | \fI/var/run/lshd.pid\fP. |
||
115 | .TP |
||
116 | .B \-?, \-\-help |
||
117 | Show summary of options. |
||
118 | .TP |
||
119 | .B \-\-usage |
||
120 | Show a short usage message. |
||
121 | .TP |
||
122 | .B \-V, \-\-version |
||
123 | Show version of program. |
||
124 | .SH SEE ALSO |
||
125 | .BR lshc (1), |
||
126 | .BR lshd (8). |
||
127 | .BR |
||
128 | The programs are documented fully by |
||
129 | .IR "Lsh" , |
||
130 | available via the Info system. |
||
131 | .SH AUTHOR |
||
132 | This manual page was written by Timshel Knoll <timshel@debian.org>, |
||
133 | for the Debian GNU/Linux system (but may be used by others). |