You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't remember all the details on this, but slurm has a PAM module that prevents users from logging into compute nodes unless they have a job running there. Presumably we'll need to adapt this for Flux or do something to achieve the same effect.
I thought our idea was to allow logins directly to jobs via a shell plugin. If we could accomplish this, no pam module is required, plus we get the accounting and cleanup for free (plus the user login enters the container of the job and not the whole node itself.)
garlick
changed the title
need flux equivalent to slurm pam module
need shell plugin for remote login/exec
Nov 13, 2019
This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 14 days. Thank you for your contributions.
I don't remember all the details on this, but slurm has a PAM module that prevents users from logging into compute nodes unless they have a job running there. Presumably we'll need to adapt this for Flux or do something to achieve the same effect.
https://github.com/SchedMD/slurm/blob/master/contribs/pam/pam_slurm.c
https://slurm.schedmd.com/pam_slurm_adopt.html
The text was updated successfully, but these errors were encountered: