comparison dbclient.1 @ 697:aadfa8de977d

improve subsystem/sftp documentation, and multi-hop manual formatting
author Matt Johnston <matt@ucc.asn.au>
date Sun, 03 Mar 2013 11:47:41 +0800
parents 4b47ff154ff6
children 7fc0aeada79c
comparison
equal deleted inserted replaced
696:d6067dd60490 697:aadfa8de977d
115 .B \-c \fIcipherlist 115 .B \-c \fIcipherlist
116 Specify a comma separated list of ciphers to enable. Use \fI-c help\fR to list possibilities. 116 Specify a comma separated list of ciphers to enable. Use \fI-c help\fR to list possibilities.
117 .TP 117 .TP
118 .B \-m \fIMAClist 118 .B \-m \fIMAClist
119 Specify a comma separated list of authentication MACs to enable. Use \fI-m help\fR to list possibilities. 119 Specify a comma separated list of authentication MACs to enable. Use \fI-m help\fR to list possibilities.
120 .TP
121 .B \-s
122 The specified command will be requested as a subsystem, used for sftp. Dropbear doesn't implement sftp itself but the OpenSSH sftp client can be used eg \fIsftp -S dbclient user@host\fR
120 123
124 .SH MULTI-HOP
121 Dropbear will also allow multiple "hops" to be specified, separated by commas. In 125 Dropbear will also allow multiple "hops" to be specified, separated by commas. In
122 this case a connection will be made to the first host, then a TCP forwarded 126 this case a connection will be made to the first host, then a TCP forwarded
123 connection will be made through that to the second host, and so on. Hosts other than 127 connection will be made through that to the second host, and so on. Hosts other than
124 the final destination will not see anything other than the encrypted SSH stream. 128 the final destination will not see anything other than the encrypted SSH stream.
125 A port for a host can be specified with a slash (eg matt@martello/44 ). 129 A port for a host can be specified with a slash (eg matt@martello/44 ).