summaryrefslogtreecommitdiff
path: root/dropbear.8
diff options
context:
space:
mode:
authorRoland Vollgraf <30869947+rvollgraf@users.noreply.github.com>2021-08-19 17:13:41 +0200
committerRoland Vollgraf <30869947+rvollgraf@users.noreply.github.com>2021-08-19 17:13:41 +0200
commitb2186b2737a971872b1ff5b6050b36cf523d8e5c (patch)
tree487a15a096b35d8b614ff63f5f05a15dd4bf7aef /dropbear.8
parentb946e518be2be6cfaadfd5aa4bda1ce4d5b0f7a7 (diff)
downloaddropbear-b2186b2737a971872b1ff5b6050b36cf523d8e5c.tar.gz
pass on sever process environment to child processes (option -e) (#118)
Diffstat (limited to 'dropbear.8')
-rw-r--r--dropbear.85
1 files changed, 5 insertions, 0 deletions
diff --git a/dropbear.8 b/dropbear.8
index 0348e26..ad9f0ee 100644
--- a/dropbear.8
+++ b/dropbear.8
@@ -35,6 +35,11 @@ Don't fork into background.
.B \-E
Log to standard error rather than syslog.
.TP
+.B \-e
+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
+passed by default. Note that this can be a potential security risk.
+.TP
.B \-m
Don't display the message of the day on login.
.TP