Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaine-hpe committed Jul 7, 2023
1 parent d3e0513 commit 7e2fd83
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ data:
value: /mnt/image
- name: SSHD_OPTIONS
value: "-E /etc/cray/ims/sshd.log -f /etc/cray/ims/sshd_config"
# If the -f options is specified in SSHD_OPTIONS, the value of SSHD_CONFIG_FILE must match in order for the ssh jail to be setup correctly.
# SSHD_CONFIG_FILE is only used for writing to the sshd config file, and is not passed to sshd unless specified in SSHD_OPTIONS.
- name: SSHD_CONFIG_FILE
value: "/etc/cray/ims/sshd_config"
- name: IMS_JOB_ID
value: "$id"
- name: SSH_JAIL
Expand Down

0 comments on commit 7e2fd83

Please sign in to comment.