forked from stanford-rc/slurm-spank-stunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugstack.conf
31 lines (31 loc) · 1.35 KB
/
plugstack.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###############################################################################
# Stunnel plugin configuration file
#
# The slurm-spank-stunnel plugin facilitates the creation of SSH tunnels
# between submission hosts and compute nodes.
#
# The following configuration parameters are available (the character |
# replaces the space in compound options):
#
# ssh_cmd : SSH command to use (default: ssh_cmd=ssh)
#
# ssh_args : SSH options to use (default: ssh_cmd=)
#
# helpertask_cmd : argument for the helper task that creates the SSH tunnel
# (default: helpertask_cmd=
# example: helpertask_cmd=2>/tmp/log will capture stderr
# for the helper task)
#
# Users can ask for tunnel support for both interactive (srun) and batch
# (sbatch) jobs using the following option:
# --tunnel=<submit port:compute port[,submit port:commpute port]>
# where "submit port" is the port number on the submit host and "compute_port"
# is the port number on the forst compute node allocated to the job. A comma
# separated list can be used to forward multiple ports.
#
#
#------------------------------------------------------------------------------
# switch comment level on these lines to make stunnel optional:
#
optional /usr/lib64/slurm/stunnel.so
#------------------------------------------------------------------------------