Mercurial > dropbear
comparison dbclient.1 @ 690:4b47ff154ff6
Document "-m" and "-c"
Update URLs with https
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 22 Feb 2013 23:53:49 +0800 |
parents | a415c5b71420 |
children | aadfa8de977d |
comparison
equal
deleted
inserted
replaced
689:c3de235d9506 | 690:4b47ff154ff6 |
---|---|
109 .TP | 109 .TP |
110 .B \-B \fIendhost:endport | 110 .B \-B \fIendhost:endport |
111 "Netcat-alike" mode, where Dropbear will connect to the given host, then create a | 111 "Netcat-alike" mode, where Dropbear will connect to the given host, then create a |
112 forwarded connection to \fIendhost\fR. This will then be presented as dbclient's | 112 forwarded connection to \fIendhost\fR. This will then be presented as dbclient's |
113 standard input/output. | 113 standard input/output. |
114 .TP | |
115 .B \-c \fIcipherlist | |
116 Specify a comma separated list of ciphers to enable. Use \fI-c help\fR to list possibilities. | |
117 .TP | |
118 .B \-m \fIMAClist | |
119 Specify a comma separated list of authentication MACs to enable. Use \fI-m help\fR to list possibilities. | |
114 | 120 |
115 Dropbear will also allow multiple "hops" to be specified, separated by commas. In | 121 Dropbear will also allow multiple "hops" to be specified, separated by commas. In |
116 this case a connection will be made to the first host, then a TCP forwarded | 122 this case a connection will be made to the first host, then a TCP forwarded |
117 connection will be made through that to the second host, and so on. Hosts other than | 123 connection will be made through that to the second host, and so on. Hosts other than |
118 the final destination will not see anything other than the encrypted SSH stream. | 124 the final destination will not see anything other than the encrypted SSH stream. |
146 .br | 152 .br |
147 Gerrit Pape ([email protected]) wrote this manual page. | 153 Gerrit Pape ([email protected]) wrote this manual page. |
148 .SH SEE ALSO | 154 .SH SEE ALSO |
149 dropbear(8), dropbearkey(8) | 155 dropbear(8), dropbearkey(8) |
150 .P | 156 .P |
151 http://matt.ucc.asn.au/dropbear/dropbear.html | 157 https://matt.ucc.asn.au/dropbear/dropbear.html |