Mercurial > dropbear
comparison dropbear.8 @ 1830:c32976db772f
Merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 11 Oct 2021 15:46:49 +0800 |
parents | e9854650d45b |
children |
comparison
equal
deleted
inserted
replaced
1829:a7cc3332d8ab | 1830:c32976db772f |
---|---|
33 Don't fork into background. | 33 Don't fork into background. |
34 .TP | 34 .TP |
35 .B \-E | 35 .B \-E |
36 Log to standard error rather than syslog. | 36 Log to standard error rather than syslog. |
37 .TP | 37 .TP |
38 .B \-e | |
39 Pass on the server environment to all child processes. This is required, for example, | |
40 if Dropbear is launched on the fly from a SLURM workload manager. The environment is not | |
41 passed by default. Note that this could expose secrets in environment variables from | |
42 the calling process - use with caution. | |
43 .TP | |
38 .B \-m | 44 .B \-m |
39 Don't display the message of the day on login. | 45 Don't display the message of the day on login. |
40 .TP | 46 .TP |
41 .B \-w | 47 .B \-w |
42 Disallow root logins. | 48 Disallow root logins. |
133 .B no-pty | 139 .B no-pty |
134 Disable PTY allocation. Note that a user can still obtain most of the | 140 Disable PTY allocation. Note that a user can still obtain most of the |
135 same functionality with other means even if no-pty is set. | 141 same functionality with other means even if no-pty is set. |
136 | 142 |
137 .TP | 143 .TP |
144 .B restrict | |
145 Applies all the no- restrictions listed above. | |
146 | |
147 .TP | |
138 .B command=\fR"\fIforced_command\fR" | 148 .B command=\fR"\fIforced_command\fR" |
139 Disregard the command provided by the user and always run \fIforced_command\fR. | 149 Disregard the command provided by the user and always run \fIforced_command\fR. |
140 The -c command line option overrides this. | 150 The -c command line option overrides this. |
141 | 151 |
142 The authorized_keys file and its containing ~/.ssh directory must only be | 152 The authorized_keys file and its containing ~/.ssh directory must only be |