pam_sge_authorize(8) | System Manager's Manual | pam_sge_authorize(8) |
pam_sge_authorize - PAM module to control access to SGE hosts
pam_sge_authorize [options]
This PAM module limits access via ssh(1) etc. to Grid Engine hosts only to users who currently have a job running on the host. The expectation is that this limits their impact on any other users of the host.
execd_spool_dir=dir
bypass_users=user_list
max_sleep=max_sleep
debug
On a typical GNU/Linux system, add something like the following to /etc/pam.d/sshd, e.g. at the top.
account required /opt/sge/lib/lx-amd64/pam_sge_authorize.so \
bypass_users=foo,bar,baz,qux spool_dir=/opt/sge/execd_spool
auth required pam_sge_authorize.so
TACC. Man page by Dave Love, based on material from Bill Barth, TACC.
2010-11-25 |