summaryrefslogtreecommitdiff
path: root/dbclient.1
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-07-27 22:06:26 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-07-27 22:06:26 +0800
commitb4e713e50ea9fd2fe234bd8bc6c414f8ec648b72 (patch)
treec2cc42986c4d17ad4723d1b58a9bc8ba22fd8380 /dbclient.1
parent2bddd34a4ddeb0c45c05be848e9b6158fba55979 (diff)
downloaddropbear-b4e713e50ea9fd2fe234bd8bc6c414f8ec648b72.tar.gz
Add '-V' for version
-h should exit with success Update manpages
Diffstat (limited to 'dbclient.1')
-rw-r--r--dbclient.18
1 files changed, 5 insertions, 3 deletions
diff --git a/dbclient.1 b/dbclient.1
index a6dff62..4502b23 100644
--- a/dbclient.1
+++ b/dbclient.1
@@ -19,8 +19,7 @@ dbclient \- lightweight SSH client
.SH DESCRIPTION
.B dbclient
-is a SSH client designed to be small enough to be used in small memory
-environments, while still being functional and secure enough for general use.
+is a small SSH client
.SH OPTIONS
.TP
.B \-p \fIport
@@ -98,7 +97,7 @@ Ensure that traffic is transmitted at a certain interval in seconds. This is
useful for working around firewalls or routers that drop connections after
a certain period of inactivity. The trade-off is that a session may be
closed if there is a temporary lapse of network connectivity. A setting
-if 0 disables keepalives.
+if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed.
.TP
.B \-I \fIidle_timeout
Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
@@ -121,6 +120,9 @@ Specify a comma separated list of authentication MACs to enable. Use \fI-m help\
.TP
.B \-s
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
+.TP
+.B \-V
+Print the version
.SH MULTI-HOP
Dropbear will also allow multiple "hops" to be specified, separated by commas. In