Mercurial > dropbear
comparison dropbear.8 @ 1819:5120e22882de
pass on sever process environment to child processes (option -e) (#118)
author | Roland Vollgraf <30869947+rvollgraf@users.noreply.github.com> |
---|---|
date | Thu, 19 Aug 2021 17:13:41 +0200 |
parents | 587c76726b5f |
children | e9854650d45b |
comparison
equal
deleted
inserted
replaced
1818:587c76726b5f | 1819:5120e22882de |
---|---|
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 enviroment is not | |
41 passed by default. Note that this can be a potential security risk. | |
42 .TP | |
38 .B \-m | 43 .B \-m |
39 Don't display the message of the day on login. | 44 Don't display the message of the day on login. |
40 .TP | 45 .TP |
41 .B \-w | 46 .B \-w |
42 Disallow root logins. | 47 Disallow root logins. |