William Hay @ 2017-02-08 11:06:47: > On Fri, Jan 27, 2017 at 01:19:33PM +0000, Sim??o Afonso wrote: > > Hello everyone, > > > > I installed a small cluster with SGE and I can run interactive jobs > > using the PAM setup as explained in the manpage: > > https://arc.liv.ac.uk/SGE/htmlman/htmlman8/pam_sge-qrsh-setup.html > > > > My only problem is that I want to have administrative access to the > > nodes using SSH, but the PAM module won't let me. I would be happy > > enough to get root-only access, for example. > pam_sge_qrsh_setup shouldn't cause this problem. What is your evidence that > this > is the source of the problem? > Can you log in if you comment it out of the PAM config? > > A copy of the relevant sshd_config and pam files might help > diagnose the problem. > > William
I mentioned the PAM module since I skimmed the logs and there was an error regarding that module. PAM unable to dlopen(/lib64/security/pam_sge-qrsh-setup.so): /lib64/security/pam_sge-qrsh-setup.so: cannot open shared object file: No such file or directory Only now I re-read the error and understood the error. The manpage says: On some systems it might be necessary to copy pam_sge-qrsh-setup.so into, say, /lib/security and instead use it as But this a 64bits machine, so the path is actually "/lib64/security". Not sure if it's worth it to update the manpage. _______________________________________________ SGE-discuss mailing list SGE-discuss@liv.ac.uk https://arc.liv.ac.uk/mailman/listinfo/sge-discuss