Mercurial > dropbear
comparison dbclient.1 @ 641:2b1bb792cd4d dropbear-tfm
- Update tfm changes to current default tip
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 21 Nov 2011 19:52:28 +0800 |
parents | a415c5b71420 |
children | 4b47ff154ff6 |
comparison
equal
deleted
inserted
replaced
640:76097ec1a29a | 641:2b1bb792cd4d |
---|---|
34 Identity file. | 34 Identity file. |
35 Read the identity from file | 35 Read the identity from file |
36 .I idfile | 36 .I idfile |
37 (multiple allowed). | 37 (multiple allowed). |
38 .TP | 38 .TP |
39 .B \-L \fIlistenport\fR:\fIhost\fR:\fIport\fR | 39 .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR |
40 Local port forwarding. | 40 Local port forwarding. |
41 Forward the port | 41 Forward the port |
42 .I listenport | 42 .I listenport |
43 on the local host through the SSH connection to port | 43 on the local host through the SSH connection to port |
44 .I port | 44 .I port |
45 on the host | 45 on the host |
46 .IR host . | 46 .IR host . |
47 .TP | 47 .TP |
48 .B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR | 48 .B \-R [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR |
49 Remote port forwarding. | 49 Remote port forwarding. |
50 Forward the port | 50 Forward the port |
51 .I listenport | 51 .I listenport |
52 on the remote host through the SSH connection to port | 52 on the remote host through the SSH connection to port |
53 .I port | 53 .I port |
79 by the ssh server. | 79 by the ssh server. |
80 .TP | 80 .TP |
81 .B \-y | 81 .B \-y |
82 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the | 82 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the |
83 connection will abort as normal. | 83 connection will abort as normal. |
84 .TP | |
85 .B \-A | |
86 Forward agent connections to the remote host. dbclient will use any | |
87 OpenSSH-style agent program if available ($SSH_AUTH_SOCK will be set) for | |
88 public key authentication. Forwarding is only enabled if -A is specified. | |
84 .TP | 89 .TP |
85 .B \-W \fIwindowsize | 90 .B \-W \fIwindowsize |
86 Specify the per-channel receive window buffer size. Increasing this | 91 Specify the per-channel receive window buffer size. Increasing this |
87 may improve network performance at the expense of memory use. Use -h to see the | 92 may improve network performance at the expense of memory use. Use -h to see the |
88 default buffer size. | 93 default buffer size. |