diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-02-22 23:53:49 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-02-22 23:53:49 +0800 |
commit | 88fc38c8f0e43a6a91de6b79ea77787d1dbd324b (patch) | |
tree | 1e2c5af6491ce8ed74f131fd5ac0e4c78980f46b | |
parent | 545de7a3a11d2d2ff57e342e47187bad568cee38 (diff) |
Document "-m" and "-c"
Update URLs with https
-rw-r--r-- | dbclient.1 | 8 | ||||
-rw-r--r-- | dropbear.8 | 2 | ||||
-rw-r--r-- | dropbearkey.8 | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -111,6 +111,12 @@ comparing saved hostkeys. "Netcat-alike" mode, where Dropbear will connect to the given host, then create a forwarded connection to \fIendhost\fR. This will then be presented as dbclient's standard input/output. +.TP +.B \-c \fIcipherlist +Specify a comma separated list of ciphers to enable. Use \fI-c help\fR to list possibilities. +.TP +.B \-m \fIMAClist +Specify a comma separated list of authentication MACs to enable. Use \fI-m help\fR to list possibilities. Dropbear will also allow multiple "hops" to be specified, separated by commas. In this case a connection will be made to the first host, then a TCP forwarded @@ -148,4 +154,4 @@ Gerrit Pape (pape@smarden.org) wrote this manual page. .SH SEE ALSO dropbear(8), dropbearkey(8) .P -http://matt.ucc.asn.au/dropbear/dropbear.html +https://matt.ucc.asn.au/dropbear/dropbear.html @@ -189,4 +189,4 @@ Gerrit Pape (pape@smarden.org) wrote this manual page. .SH SEE ALSO dropbearkey(8), dbclient(1) .P -http://matt.ucc.asn.au/dropbear/dropbear.html +https://matt.ucc.asn.au/dropbear/dropbear.html diff --git a/dropbearkey.8 b/dropbearkey.8 index b5745dd..953e02a 100644 --- a/dropbearkey.8 +++ b/dropbearkey.8 @@ -47,4 +47,4 @@ Gerrit Pape (pape@smarden.org) wrote this manual page. .SH SEE ALSO dropbear(8), dbclient(1) .P -http://matt.ucc.asn.au/dropbear/dropbear.html +https://matt.ucc.asn.au/dropbear/dropbear.html |