comparison dbclient.1 @ 1196:a29559086628 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 02 Dec 2015 22:37:51 +0800
parents 80cacacfec23
children 2907c658fa76
comparison
equal deleted inserted replaced
1173:d734fe76b72f 1196:a29559086628
1 .TH dbclient 1 1 .TH dbclient 1
2 .SH NAME 2 .SH NAME
3 dbclient \- lightweight SSH client 3 dbclient \- lightweight SSH client
4 .SH SYNOPSIS 4 .SH SYNOPSIS
5 .B dbclient 5 .B dbclient
6 [flag arguments] [\-p 6 [\fIflag arguments\fR] [\-p
7 .I port\fR] [\-i 7 .I port\fR] [\-i
8 .I id\fR] [\-L 8 .I id\fR] [\-L
9 .I l\fR:\fIh\fR:\fIp\fR] [\-R 9 .I l\fR:\fIh\fR:\fIp\fR] [\-R
10 .I l\fR:\fIh\fR:\fIp\fR] [\-l 10 .I l\fR:\fIh\fR:\fIp\fR] [\-l
11 .IR user ] 11 .IR user ]
12 .I host 12 .I host
13 .RI [ more\ flags ] 13 .RI [ \fImore\ flags\fR ]
14 .RI [ command ] 14 .RI [ command ]
15 15
16 .B dbclient 16 .B dbclient
17 [ 17 [\fIargs\fR]
18 .I args ] 18 [\fIuser1\fR]@\fIhost1\fR[^\fIport1\fR],[\fIuser2\fR]@\fIhost2\fR[^\fIport2\fR],...
19 .I [user1]@host1[^port1],[user2]@host2[^port2],...
20 19
21 .SH DESCRIPTION 20 .SH DESCRIPTION
22 .B dbclient 21 .B dbclient
23 is a small SSH client 22 is a small SSH client
24 .SH OPTIONS 23 .SH OPTIONS
41 Read the identity key from file 40 Read the identity key from file
42 .I idfile 41 .I idfile
43 (multiple allowed). This file is created with dropbearkey(1) or converted 42 (multiple allowed). This file is created with dropbearkey(1) or converted
44 from OpenSSH with dropbearconvert(1). The default path ~/.ssh/id_dropbear is used 43 from OpenSSH with dropbearconvert(1). The default path ~/.ssh/id_dropbear is used
45 .TP 44 .TP
46 .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR 45 .B \-L\fR [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
47 Local port forwarding. 46 Local port forwarding.
48 Forward the port 47 Forward the port
49 .I listenport 48 .I listenport
50 on the local host through the SSH connection to port 49 on the local host through the SSH connection to port
51 .I port 50 .I port
52 on the host 51 on the host
53 .IR host . 52 .IR host .
54 .TP 53 .TP
55 .B \-R [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR 54 .B \-R\fR [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
56 Remote port forwarding. 55 Remote port forwarding.
57 Forward the port 56 Forward the port
58 .I listenport 57 .I listenport
59 on the remote host through the SSH connection to port 58 on the remote host through the SSH connection to port
60 .I port 59 .I port