logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

pam_sge-qrsh-setup - PAM module for tight integration with Grid Engine

Author

       Andreas Haupt, man page by Dave Love.

                                                   2010-11-25                              pam_sge-qrsh-setup(8)

Description

       This PAM module provides tight integration of SSH communication into Grid Engine when ssh(1) is used with
       qrsh  etc.   It  may  also  work  with  other  communication methods that run daemons which use PAM.  See
       remote_communication(5).    It   provides   to   the   spawned    processes    the    group    id    from
       $SGE_ROOT/default/spool/hostname/active_jobs/job_id/addgrpid      and      the      environment      from
       $SGE_ROOT/default/spool/hostname/active_jobs/job_id/environment.

       It assumes the use of a wrapper for rshd.  A suitable one is distributed as util/resources/wrappers/rshd-wrapper under the Grid Engine root directory.

Example

       On a typical GNU/Linux system, add the following line to /etc/pam.d/sshd, e.g. at the top of the file.

               auth required /opt/sge/lib/lx-amd64/pam_sge-qrsh-setup.so

       On some systems it might be necessary to copy pam_sge-qrsh-setup.so into, say, /lib/security and  instead
       use it as

               auth required pam_sge-qrsh-setup.so

Files

/var/run/sge-qrsh-setup$SGE_ROOT/util/resources/wrappers/rshd-wrapper

Name

       pam_sge-qrsh-setup - PAM module for tight integration with Grid Engine

Options

       The module has no options.

See Also

ssh(1), remote_communication(5), pam(7), pam.conf(4).

Synopsis

pam_sge-qrsh-setup

See Also