slurm允许身份验证而无需分配


0

我正在使用slurm with munge。除了在一个节点上,其他所有其他工作正常。

但是在一个节点上,即使没有任何有效的分配,也可以ssh到它。

我检查了sshd和system-auth文件。它们在所有节点上完全相同。我确认munge能够解码服务器和客户端上的密钥。我还检查了auth日志,看看是否有一些线索。但我找不到任何东西。

任何人都可以帮助相同

Answers:


0

检查你的pam配置sshd(/etc/pam.d/sshd)和那里包含的文件。要检查用户是否在节点上运行作业并且仅在此情况下允许登录,可以使用pam_slurm模块(并且可能在群集的其他节点上)。模块在main中作为contrib分发 slurm存储库

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.