comparison dropbear.8 @ 989:73ea0dce9a57 pam

Merge up to date
author Matt Johnston <matt@ucc.asn.au>
date Fri, 23 Jan 2015 21:38:47 +0800
parents 17d874ae93a1
children 3c8403f4669d
comparison
equal deleted inserted replaced
925:bae0b34bc059 989:73ea0dce9a57
8 [\-r 8 [\-r
9 .I hostkeyfile\fR] [\-p 9 .I hostkeyfile\fR] [\-p
10 .IR [address:]port ] 10 .IR [address:]port ]
11 .SH DESCRIPTION 11 .SH DESCRIPTION
12 .B dropbear 12 .B dropbear
13 is a SSH server designed to be small enough to be used in small memory 13 is a small SSH server
14 environments, while still being functional and secure enough for general use.
15 .SH OPTIONS 14 .SH OPTIONS
16 .TP 15 .TP
17 .B \-b \fIbanner 16 .B \-b \fIbanner
18 bannerfile. 17 bannerfile.
19 Display the contents of the file 18 Display the contents of the file
86 .B \-K \fItimeout_seconds 85 .B \-K \fItimeout_seconds
87 Ensure that traffic is transmitted at a certain interval in seconds. This is 86 Ensure that traffic is transmitted at a certain interval in seconds. This is
88 useful for working around firewalls or routers that drop connections after 87 useful for working around firewalls or routers that drop connections after
89 a certain period of inactivity. The trade-off is that a session may be 88 a certain period of inactivity. The trade-off is that a session may be
90 closed if there is a temporary lapse of network connectivity. A setting 89 closed if there is a temporary lapse of network connectivity. A setting
91 if 0 disables keepalives. 90 if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed.
92 .TP 91 .TP
93 .B \-I \fIidle_timeout 92 .B \-I \fIidle_timeout
94 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds. 93 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
94 .TP
95 .B \-V
96 Print the version
97
95 .SH FILES 98 .SH FILES
96 99
97 .TP 100 .TP
98 Authorized Keys 101 Authorized Keys
99 102