Clarify help text for dropbear -e environment option

This commit is contained in:
Matt Johnston 2021-08-19 23:17:34 +08:00
parent 2157d52352
commit 69e5709f75

View File

@ -37,8 +37,9 @@ Log to standard error rather than syslog.
.TP .TP
.B \-e .B \-e
Pass on the server environment to all child processes. This is required, for example, Pass on the server environment to all child processes. This is required, for example,
if dropbear is launched on the fly from a SLURM workload manager. The enviroment is not if Dropbear is launched on the fly from a SLURM workload manager. The environment is not
passed by default. Note that this can be a potential security risk. passed by default. Note that this could expose secrets in environment variables from
the calling process - use with caution.
.TP .TP
.B \-m .B \-m
Don't display the message of the day on login. Don't display the message of the day on login.