################################################################################
# Copyright 2023-2025 by NI SP Software GmbH, All rights reserved.
#
# This software includes confidential and proprietary information
# of NI SP Software GmbH ("Confidential Information").
# You shall not disclose such Confidential Information
# and shall use it only in accordance with the terms of
# the license agreement you entered into with NI SP Software.
################################################################################

# Duration of inactivity (in milliseconds) after which the remote shell connection will be closed.
# Default: 300,000 milliseconds (5 minutes).
# SHELL_INACTIVE_TIMEOUT_MS=300000

# Maximum allowed duration (in milliseconds) for a remote shell connection.
# Default: 3,600,000 milliseconds (60 minutes).
# SHELL_MAX_DURATION_MS=3600000

# Command used to establish the remote shell connection to the host (e.g., rsh).
# Default: ssh
# SHELL_SSH_WRAPPER=ssh
# SHELL_SSH_WRAPPER="srun --pty --time=60 --nodelist=%NODE% /bin/bash"
# SHELL_SSH_WRAPPER="lsrun -m %NODE% /bin/bash"

# A colon (:) separated list of hostnames that defines the accessible hosts in the cluster.
# Example: host01:host03:host05
# Default: Empty list
# SHELL_SSHHOST_ALLOWLIST=
