Authentication method |
Description |
Configuration |
Behavior |
---|---|---|---|
External authentication |
|
LSF_AUTH=eauth |
|
Identification daemon (identd) |
|
LSF_AUTH=ident |
|
Privileged ports (setuid) |
|
LSF_AUTH not defined |
|
The primary LSF administrator can configure additional authentication for UNIX users and hosts by defining the parameter LSF_USE_HOSTEQUIV in the lsf.conf file. With LSF_USE_HOSTEQUIV defined, mbatchd on the master host and RES on the remote host call the ruserok(3) function to verify that the originating host is listed in the /etc/hosts.equiv file and that the host and user account are listed in the $HOME/.rhosts file. Include the name of the local host in both files. This additional level of authentication works in conjunction with eauth, privileged ports (setuid), or identd authentication.
Using the /etc/hosts.equiv and $HOME/.rhosts files grants permission to use the rlogin and rsh commands without requiring a password.
SSH is a network protocol that provides confidentiality and integrity of data using a secure channel between two networked devices. Use SSH to secure communication between submission, execution, and display hosts.
A frequently used option is to submit jobs with SSH X11 forwarding (bsub -XF), which allows a user to log into an X-Server client, access the submission host through the client, and run an interactive X-Window job, all through SSH.
You must shut down the cluster before adding or deleting the LSF_STRICT_CHECKING parameter.
User permission denied
Authentication method |
Possible cause of failure |
---|---|
eauth |
|
identd |
|
setuid |
|
ruserok |
|