LSF_LSLOGIN_SSH

Enables SSH to secure communication between hosts and during job submission.

Syntax

LSF_LSLOGIN_SSH=Y | y

Description

A user with SSH configured can log on to a remote host without providing a password. All communication between local and remote hosts is encrypted.

SSH is used when running any of the following:

  • An interactive job (bsub -IS | -ISp | ISs)
  • An X-window job (bsub -IX)
  • An externally submitted job that is interactive or X-window job (esub)

Default

Not set. LSF uses rlogin to authenticate users.