Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 2 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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