comparison dbclient.1 @ 946:17d874ae93a1

Add '-V' for version -h should exit with success Update manpages
author Matt Johnston <matt@ucc.asn.au>
date Sun, 27 Jul 2014 22:06:26 +0800
parents 5608a5a61c2a
children 295a08e9d07e
comparison
equal deleted inserted replaced
944:2e402a09e21e 946:17d874ae93a1
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 client designed to be small enough to be used in small memory 22 is a small SSH client
23 environments, while still being functional and secure enough for general use.
24 .SH OPTIONS 23 .SH OPTIONS
25 .TP 24 .TP
26 .B \-p \fIport 25 .B \-p \fIport
27 Connect to 26 Connect to
28 .I port 27 .I port
96 .B \-K \fItimeout_seconds 95 .B \-K \fItimeout_seconds
97 Ensure that traffic is transmitted at a certain interval in seconds. This is 96 Ensure that traffic is transmitted at a certain interval in seconds. This is
98 useful for working around firewalls or routers that drop connections after 97 useful for working around firewalls or routers that drop connections after
99 a certain period of inactivity. The trade-off is that a session may be 98 a certain period of inactivity. The trade-off is that a session may be
100 closed if there is a temporary lapse of network connectivity. A setting 99 closed if there is a temporary lapse of network connectivity. A setting
101 if 0 disables keepalives. 100 if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed.
102 .TP 101 .TP
103 .B \-I \fIidle_timeout 102 .B \-I \fIidle_timeout
104 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds. 103 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
105 .TP 104 .TP
106 .B \-J \fIproxy_command 105 .B \-J \fIproxy_command
119 .B \-m \fIMAClist 118 .B \-m \fIMAClist
120 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.
121 .TP 120 .TP
122 .B \-s 121 .B \-s
123 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 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
123 .TP
124 .B \-V
125 Print the version
124 126
125 .SH MULTI-HOP 127 .SH MULTI-HOP
126 Dropbear will also allow multiple "hops" to be specified, separated by commas. In 128 Dropbear will also allow multiple "hops" to be specified, separated by commas. In
127 this case a connection will be made to the first host, then a TCP forwarded 129 this case a connection will be made to the first host, then a TCP forwarded
128 connection will be made through that to the second host, and so on. Hosts other than 130 connection will be made through that to the second host, and so on. Hosts other than