我正在使用最新版本的RockyLinux 9
. 我正在尝试为基于 SSH 的登录禁用 GSSAPI,以及密码,并且只允许基于公钥的登录。根据 ssh 客户端提示符的输出,设置GSSAPIAuthentication no
似乎并没有真正禁用它。sshd_conf
是否需要任何其他配置参数?
$ grep -i gss /etc/ssh/sshd_config
# GSSAPI options
GSSAPIAuthentication no
#GSSAPICleanupCredentials yes
#GSSAPIStrictAcceptorCheck yes
#GSSAPIKeyExchange no
#GSSAPIEnablek5users no
# service sshd restart
#on an another host
$ ssh [email protected]
[email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).