File: lsh_proxy.8

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