Mercurial > dropbear
comparison dropbear.8 @ 1196:a29559086628 coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 02 Dec 2015 22:37:51 +0800 |
parents | 80cacacfec23 |
children | ee2ffa044c7e |
comparison
equal
deleted
inserted
replaced
1173:d734fe76b72f | 1196:a29559086628 |
---|---|
1 .TH dropbear 8 | 1 .TH dropbear 8 |
2 .SH NAME | 2 .SH NAME |
3 dropbear \- lightweight SSH server | 3 dropbear \- lightweight SSH server |
4 .SH SYNOPSIS | 4 .SH SYNOPSIS |
5 .B dropbear | 5 .B dropbear |
6 [flag arguments] [\-b | 6 [\fIflag arguments\fR] [\-b |
7 .I banner\fR] | 7 .I banner\fR] |
8 [\-r | 8 [\-r |
9 .I hostkeyfile\fR] [\-p | 9 .I hostkeyfile\fR] [\-p [\fIaddress\fR:]\fIport\fR] |
10 .IR [address:]port ] | |
11 .SH DESCRIPTION | 10 .SH DESCRIPTION |
12 .B dropbear | 11 .B dropbear |
13 is a small SSH server | 12 is a small SSH server |
14 .SH OPTIONS | 13 .SH OPTIONS |
15 .TP | 14 .TP |
52 Disable local port forwarding. | 51 Disable local port forwarding. |
53 .TP | 52 .TP |
54 .B \-k | 53 .B \-k |
55 Disable remote port forwarding. | 54 Disable remote port forwarding. |
56 .TP | 55 .TP |
57 .B \-p \fI[address:]port | 56 .B \-p\fR [\fIaddress\fR:]\fIport |
58 Listen on specified | 57 Listen on specified |
59 .I address | 58 .I address |
60 and TCP | 59 and TCP |
61 .I port. | 60 .I port. |
62 If just a port is given listen | 61 If just a port is given listen |
126 .B no-pty | 125 .B no-pty |
127 Disable PTY allocation. Note that a user can still obtain most of the | 126 Disable PTY allocation. Note that a user can still obtain most of the |
128 same functionality with other means even if no-pty is set. | 127 same functionality with other means even if no-pty is set. |
129 | 128 |
130 .TP | 129 .TP |
131 .B command="\fIforced_command\fR" | 130 .B command=\fR"\fIforced_command\fR" |
132 Disregard the command provided by the user and always run \fIforced_command\fR. | 131 Disregard the command provided by the user and always run \fIforced_command\fR. |
133 | 132 |
134 The authorized_keys file and its containing ~/.ssh directory must only be | 133 The authorized_keys file and its containing ~/.ssh directory must only be |
135 writable by the user, otherwise Dropbear will not allow a login using public | 134 writable by the user, otherwise Dropbear will not allow a login using public |
136 key authentication. | 135 key authentication. |