comparison dropbear.8 @ 1784:94323a20e572

Some minor manpage improvements
author Matt Johnston <matt@ucc.asn.au>
date Sat, 05 Dec 2020 14:56:53 +0800
parents d32bcb5c557d
children 587c76726b5f
comparison
equal deleted inserted replaced
1783:918e49decafa 1784:94323a20e572
58 .I address 58 .I address
59 and TCP 59 and TCP
60 .I port. 60 .I port.
61 If just a port is given listen 61 If just a port is given listen
62 on all addresses. 62 on all addresses.
63 up to 10 can be specified (default 22 if none specified). 63 Up to 10 can be specified (default 22 if none specified).
64 .TP 64 .TP
65 .B \-i 65 .B \-i
66 Service program mode. 66 Service program mode.
67 Use this option to run 67 Use this option to run
68 .B dropbear 68 .B dropbear
84 .B \-K \fItimeout_seconds 84 .B \-K \fItimeout_seconds
85 Ensure that traffic is transmitted at a certain interval in seconds. This is 85 Ensure that traffic is transmitted at a certain interval in seconds. This is
86 useful for working around firewalls or routers that drop connections after 86 useful for working around firewalls or routers that drop connections after
87 a certain period of inactivity. The trade-off is that a session may be 87 a certain period of inactivity. The trade-off is that a session may be
88 closed if there is a temporary lapse of network connectivity. A setting 88 closed if there is a temporary lapse of network connectivity. A setting
89 if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed. 89 of 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed.
90 .TP 90 .TP
91 .B \-I \fIidle_timeout 91 .B \-I \fIidle_timeout
92 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds. 92 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
93 .TP 93 .TP
94 .B \-T \fImax_authentication_attempts 94 .B \-T \fImax_authentication_attempts
95 Set the number of authentication attempts allowed per connection. If unspecified the default is 10 (MAX_AUTH_TRIES) 95 Set the number of authentication attempts allowed per connection. If unspecified the default is 10 (MAX_AUTH_TRIES)
96 .TP 96 .TP
97 .B \-c \fIforced_command 97 .B \-c \fIforced_command
98 Disregard the command provided by the user and always run \fIforced_command\fR. This also 98 Disregard the command provided by the user and always run \fIforced_command\fR. This also
99 overrides any authorized_keys command= option. 99 overrides any authorized_keys command= option. The original command is saved in the
100 SSH_ORIGINAL_COMMAND environment variable (see below).
100 .TP 101 .TP
101 .B \-V 102 .B \-V
102 Print the version 103 Print the version
103 104
104 .SH FILES 105 .SH FILES