Subversion Repositories

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

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