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 LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
5
.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "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
lsh_proxy \- Server for the ssh-2 protocol.
19
lsh_proxy \- Server for the ssh-2 protocol.
20
.SH SYNOPSIS
20
.SH SYNOPSIS
21
.B lsh_proxy
21
.B lsh_proxy
22
.RI [ options ]
22
.RI [ options ]
23
.SH DESCRIPTION
23
.SH DESCRIPTION
24
This manual page documents briefly the
24
This manual page documents briefly the
25
.B lsh_proxy
25
.B lsh_proxy
26
command.
26
command.
27
.SH OPTIONS
27
.SH OPTIONS
28
These programs follow the usual GNU command line syntax, with long
28
These programs follow the usual GNU command line syntax, with long
29
options starting with two dashes (`-').
29
options starting with two dashes (`-').
30
A summary of options is included below.
30
A summary of options is included below.
31
For a complete description, see the Info files.
31
For a complete description, see the Info files.
32
.TP
32
.TP
33
.B \-D, \-\-destination=\fIdestination:port\fP
33
.B \-D, \-\-destination=\fIdestination:port\fP
34
Destination ssh server address (transparent if not given).
34
Destination ssh server address (transparent if not given).
35
.TP
35
.TP
36
.B \-h, \-\-host\-key=\fIkey\-file\fP
36
.B \-h, \-\-host\-key=\fIkey\-file\fP
37
Location of the server's public key.
37
Location of the server's public key.
38
.TP
38
.TP
39
.B \-\-interface=\fIinterface\fP
39
.B \-\-interface=\fIinterface\fP
40
Listen on this network interface.
40
Listen on this network interface.
41
.TP
41
.TP
42
.B \-\-no\-tcp\-forward
42
.B \-\-no\-tcp\-forward
43
Disable TCP/IP forwarding.
43
Disable TCP/IP forwarding.
44
.TP
44
.TP
45
.B \-p, \-\-port=\fIport\fP
45
.B \-p, \-\-port=\fIport\fP
46
Listen on this port.
46
Listen on this port.
47
.TP
47
.TP
48
.B \-\-tcp\-forward
48
.B \-\-tcp\-forward
49
Enable TCP/IP forwarding (default).
49
Enable TCP/IP forwarding (default).
50
.TP
50
.TP
51
.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
51
.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
52
The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
52
The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
53
order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
53
order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
54
"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
54
"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
55
"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
55
"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
56
You may also specify "all" to enable all supported crypto
56
You may also specify "all" to enable all supported crypto
57
algorithms (except "none").
57
algorithms (except "none").
58
.TP
58
.TP
59
.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
59
.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
60
The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
60
The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
61
order of preference) are "ssh-dss", "spki", "none".
61
order of preference) are "ssh-dss", "spki", "none".
62
.TP
62
.TP
63
.B \-m, \-\-mac=\fImac\-algorithm\fP
63
.B \-m, \-\-mac=\fImac\-algorithm\fP
64
The MAC (message authentication) algorithm to use. Supported types of
64
The MAC (message authentication) algorithm to use. Supported types of
65
\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
65
\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
66
"none".
66
"none".
67
.TP
67
.TP
68
.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
68
.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
69
The compression algorithm to use. Supported types of
69
The compression algorithm to use. Supported types of
70
\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
70
\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
71
supports zlib compression, but prefers not to use it. If \-z or \-\-compression
71
supports zlib compression, but prefers not to use it. If \-z or \-\-compression
72
is specified with no argument, the compression algorithm list is changed to
72
is specified with no argument, the compression algorithm list is changed to
73
"zlib", "none", which means that zlib is the preferred method of compression.
73
"zlib", "none", which means that zlib is the preferred method of compression.
74
A somewhat unobvious consequence of -z having an optional argument is that if
74
A somewhat unobvious consequence of -z having an optional argument is that if
75
you provide an argument, it must follow directly after the option letter, no
75
you provide an argument, it must follow directly after the option letter, no
76
spaces allowed.
76
spaces allowed.
77
.TP
77
.TP
78
.B \-\-list\-algorithms
78
.B \-\-list\-algorithms
79
List supported crypto, compression, MAC and hostkey algorithms.
79
List supported crypto, compression, MAC and hostkey algorithms.
80
.TP
80
.TP
81
.B \-i, \-\-input\-format=\fIformat\fP
81
.B \-i, \-\-input\-format=\fIformat\fP
82
Accept S-expressions of format \fIformat\fP.
82
Accept S-expressions of format \fIformat\fP.
83
.TP
83
.TP
84
.B \-\-daemonic
84
.B \-\-daemonic
85
Run in the background, redirect stdio to /dev/null, chdir to /.
85
Run in the background, redirect stdio to /dev/null, chdir to /.
86
.TP
86
.TP
87
.B \-\-enable\-core
87
.B \-\-enable\-core
88
Dump core on fatal errors (disabled by default).
88
Dump core on fatal errors (disabled by default).
89
.TP
89
.TP
90
.B \-\-no\-daemonic
90
.B \-\-no\-daemonic
91
Run in the foreground, with messages to stderr (default).
91
Run in the foreground, with messages to stderr (default).
92
.TP
92
.TP
93
.B \-\-no\-pid\-file
93
.B \-\-no\-pid\-file
94
Don't use any pid file. Default in non-daemonic mode.
94
Don't use any pid file. Default in non-daemonic mode.
95
.TP
95
.TP
96
.B \-\-pid\-file=\fIpid\-file\fP
96
.B \-\-pid\-file=\fIpid\-file\fP
97
Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
97
Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
98
/var/run/lsh_proxy.pid.
98
/var/run/lsh_proxy.pid.
99
.TP
99
.TP
100
.B \-\-debug
100
.B \-\-debug
101
Print huge amounts of debug information.
101
Print huge amounts of debug information.
102
.TP
102
.TP
103
.B \-q, \-\-quiet
103
.B \-q, \-\-quiet
104
Suppress all warnings and diagnostic messages.
104
Suppress all warnings and diagnostic messages.
105
.TP
105
.TP
106
.B \-\-trace
106
.B \-\-trace
107
Print a detailed program trace.
107
Print a detailed program trace.
108
.TP
108
.TP
109
.B \-\-verbose
109
.B \-\-verbose
110
Print verbose diagnostic messages.
110
Print verbose diagnostic messages.
111
.TP
111
.TP
112
.B \-?, \-\-help
112
.B \-?, \-\-help
113
Show summary of options.
113
Show summary of options.
114
.TP
114
.TP
115
.B \-\-usage
115
.B \-\-usage
116
Give a short usage message.
116
Give a short usage message.
117
.TP
117
.TP
118
.B \-V, \-\-version
118
.B \-V, \-\-version
119
Show version of program.
119
Show version of program.
120
.SH SEE ALSO
120
.SH SEE ALSO
121
.BR lshc (1).
121
.BR lsh (1).
122
.BR lshd (8)
122
.BR lshd (8)
123
.BR
123
.BR
124
The programs are documented fully by
124
The programs are documented fully by
125
.IR "Lsh" ,
125
.IR "Lsh" ,
126
available via the Info system.
126
available via the Info system.
127
.SH AUTHOR
127
.SH AUTHOR
128
This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
128
This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
129
for the Debian GNU/Linux system (but may be used by others).
129
for the Debian GNU/Linux system (but may be used by others).