人们通常尝试禁用仅使用密码的 ssh 登录。我问的是相反的情况。sshd_config 是否允许禁用仅使用密钥的身份验证?
答案1
http://www.manpagez.com/man/5/sshd_config/
PubkeyAuthentication
Specifies whether public key authentication is allowed. The
default is ``yes''. Note that this option applies to protocol
version 2 only.
答案2
从今天起,您可以使用另一个选项AuthenticationMethods
,请参考https://www.freebsd.org/cgi/man.cgi?sshd_config(5)
请在申请前仔细阅读文档。