我已经阅读了各种有关如何设置身份validation没有密码的文章,只有通过证书,我没有一个共同的解决scheme:有人build议这一点,其他。 如何正确地做到这一点?
这个configuration工程,是的,但也许有我应该删除的东西? 或者我应该添加其他东西?
# /etc/ssh/sshd_config: ChallengeResponseAuthentication no UsePAM no PermitRootLogin no PasswordAuthentication no PermitEmptyPasswords no RSAAuthentication yes PubkeyAuthentication yes
我的问题是关于这个configuration特别是我不需要更多的链接来阅读。
RSAAuthentication 。 它在目前的OpenSSH中被弃用。 PermitEmptyPasswords 。 UsePAM应该保持在今天的大部分系统上,因为它不仅仅是validation,还要build立你的会话。