Mercurial > dropbear
comparison dropbear.8 @ 1290:ee2ffa044c7e
Add manpage and log for forced_command
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 12 Apr 2016 21:05:40 +0800 |
parents | 80cacacfec23 |
children | 517c67cbcd31 |
comparison
equal
deleted
inserted
replaced
1289:a23386821e9f | 1290:ee2ffa044c7e |
---|---|
89 if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed. | 89 if 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 \-c \fIforced_command | |
95 Disregard the command provided by the user and always run \fIforced_command\fR. This also | |
96 overrides any authorized_keys command= option. | |
97 .TP | |
94 .B \-V | 98 .B \-V |
95 Print the version | 99 Print the version |
96 | 100 |
97 .SH FILES | 101 .SH FILES |
98 | 102 |
127 same functionality with other means even if no-pty is set. | 131 same functionality with other means even if no-pty is set. |
128 | 132 |
129 .TP | 133 .TP |
130 .B command=\fR"\fIforced_command\fR" | 134 .B command=\fR"\fIforced_command\fR" |
131 Disregard the command provided by the user and always run \fIforced_command\fR. | 135 Disregard the command provided by the user and always run \fIforced_command\fR. |
136 The -c command line option overrides this. | |
132 | 137 |
133 The authorized_keys file and its containing ~/.ssh directory must only be | 138 The authorized_keys file and its containing ~/.ssh directory must only be |
134 writable by the user, otherwise Dropbear will not allow a login using public | 139 writable by the user, otherwise Dropbear will not allow a login using public |
135 key authentication. | 140 key authentication. |
136 | 141 |