summaryrefslogtreecommitdiffhomepage
path: root/dropbear.8
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
commited0552f21417ffb90d52ac12becb03cf6a03e13c (patch)
tree10929da2b6d8a4d48058825a9e3b68e1d33bc43a /dropbear.8
parent5cf83a7212c0f353e7367766cc4bbf349e83ff0b (diff)
Add '-V' for version
-h should exit with success Update manpages
Diffstat (limited to 'dropbear.8')
-rw-r--r--dropbear.89
1 files changed, 6 insertions, 3 deletions
diff --git a/dropbear.8 b/dropbear.8
index 032e4ce..42f8ddb 100644
--- a/dropbear.8
+++ b/dropbear.8
@@ -10,8 +10,7 @@ dropbear \- lightweight SSH server
.IR [address:]port ]
.SH DESCRIPTION
.B dropbear
-is a SSH server 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 server
.SH OPTIONS
.TP
.B \-b \fIbanner
@@ -88,10 +87,14 @@ 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.
+.TP
+.B \-V
+Print the version
+
.SH FILES
.TP