我们确实有以下启用了 Kerberos 的 Windows 环境:
Machine A - KDC,
Machine B - Sftp windows service
Machine C - Client from where are trying to connect through ssh command.
当我们尝试通过 ssh 命令连接到 Sftp Windows 服务时,我们能够使用适当的 KDC 凭据进行连接。但它没有要求我输入 Kerberos 凭据提示。它只是在“密码”身份验证模式下顺利执行,并在下面显示身份验证模式日志
INFO: Authentications that can continue: publickey,keyboard-interactive,password
并没有向我显示如下所示的日志(使用 gssapi)并且没有要求提供 Kerberos 凭证(提示)。
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
所以我不确定我们在 Kerberos 环境中缺少什么。有人能帮我们解决这个问题吗?
谢谢,Hrushi