LSF_RSH

Syntax

LSF_RSH=command [command_options]

Description

Specifies shell commands to use when the following LSF commands require remote execution:
  • bctrld start sbd

  • bpeek

  • bctrld start lim

  • bctrld start res

  • lsfrestart

  • lsfshutdown

  • lsfstartup

  • lsrcp

By default, rsh is used for these commands. Use LSF_RSH to enable support for ssh.

EGO parameter

EGO_RSH

Default

Not defined

Example

To use an ssh command before trying rsh for LSF commands, specify:
LSF_RSH="ssh -o 'PasswordAuthentication no' -o 'StrictHostKeyChecking no'"

ssh options such as PasswordAuthentication and StrictHostKeyChecking can also be configured in the global SSH_ETC/ssh_config file or $HOME/.ssh/config.

See also

ssh, ssh_config