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.
我不想在服务器上打开另一个sshd,旧的使用默认设置,新的使用pam模块
现在我添加一个 /etc/ssh/sshd_config2
我想我应该添加一个文件 /etc/pam.d/sshd2
如何配置 sshd 以使用 /etc/pam.d/sshd2?
我们可以
ln -s /usr/sbin/sshd /usr/sbin/sshd2
并启动 /usr/sbin/sshd2 将使用 /etc/pam.d/sshd2 中的配置