comparison dbclient.1 @ 821:f8b28a3de6cb

Don't say "SSH 2" any more since protocol version 1 is irrelevant
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Oct 2013 23:50:04 +0800
parents 0e5ea6812bb7
children 5608a5a61c2a
comparison
equal deleted inserted replaced
820:830fae485d40 821:f8b28a3de6cb
1 .TH dbclient 1 1 .TH dbclient 1
2 .SH NAME 2 .SH NAME
3 dbclient \- lightweight SSH2 client 3 dbclient \- lightweight SSH client
4 .SH SYNOPSIS 4 .SH SYNOPSIS
5 .B dbclient 5 .B dbclient
6 [\-Tt] [\-p 6 [\-Tt] [\-p
7 .I port\fR] [\-i 7 .I port\fR] [\-i
8 .I id\fR] [\-L 8 .I id\fR] [\-L
17 .I args ] 17 .I args ]
18 .I [user1]@host1[%port1],[user2]@host2[%port2],... 18 .I [user1]@host1[%port1],[user2]@host2[%port2],...
19 19
20 .SH DESCRIPTION 20 .SH DESCRIPTION
21 .B dbclient 21 .B dbclient
22 is a SSH 2 client designed to be small enough to be used in small memory 22 is a SSH client designed to be small enough to be used in small memory
23 environments, while still being functional and secure enough for general use. 23 environments, while still being functional and secure enough for general use.
24 .SH OPTIONS 24 .SH OPTIONS
25 .TP 25 .TP
26 .B \-p \fIport 26 .B \-p \fIport
27 Connect to 27 Connect to
29 on the remote host. Alternatively a port can be specified as hostname%port. 29 on the remote host. Alternatively a port can be specified as hostname%port.
30 Default is 22. 30 Default is 22.
31 .TP 31 .TP
32 .B \-i \fIidfile 32 .B \-i \fIidfile
33 Identity file. 33 Identity file.
34 Read the identity from file 34 Read the identity key from file
35 .I idfile 35 .I idfile
36 (multiple allowed). 36 (multiple allowed). This file is created with dropbearkey(1) or converted
37 from OpenSSH with dropbearconvert(1).
37 .TP 38 .TP
38 .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR 39 .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
39 Local port forwarding. 40 Local port forwarding.
40 Forward the port 41 Forward the port
41 .I listenport 42 .I listenport
159 .br 160 .br
160 Mihnea Stoenescu wrote initial Dropbear client support 161 Mihnea Stoenescu wrote initial Dropbear client support
161 .br 162 .br
162 Gerrit Pape ([email protected]) wrote this manual page. 163 Gerrit Pape ([email protected]) wrote this manual page.
163 .SH SEE ALSO 164 .SH SEE ALSO
164 dropbear(8), dropbearkey(8) 165 dropbear(8), dropbearkey(1)
165 .P 166 .P
166 https://matt.ucc.asn.au/dropbear/dropbear.html 167 https://matt.ucc.asn.au/dropbear/dropbear.html