Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要限制(假设为 6)我的 Linux(CentOS 6.3)系统可以登录多少用户。用户使用 ssh 连接我的服务器。服务器旨在进行模拟,这就是为什么我需要限制一次可以使用服务器的最大用户数,因为资源是有限的。
我试图改变 sshd_config MaxSessions 和 MaxStartups 但没有雪茄。
如果 sshd 不提供这种限制,是否有可能通过 PAM 或 SELinux 限制最大登录用户数
您可以尝试在/etc/security/limits.conf. 根据man limits.conf我的系统,你应该可以写
/etc/security/limits.conf
man limits.conf
* hard maxsyslogins 6