pam_sge-qrsh-setup (8) Linux Manual Page
pam_sge-qrsh-setup – PAM module for tight integration with xxQS_NAMExx
Synopsis
pam_sge-qrsh-setup
Description
This PAM module provides tight integration of SSH communication into xxQS_NAMExx when is used with qrsh etc. It may also work with other communication methods that run daemons which use PAM. See 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 xxQS_NAMExx root directory.
Options
The module has no options.
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
See Also
Author
Andreas Haupt, man page by Dave Love.
