我正在尝试使用 kerberos 和 ssh 实现单点登录。我更改了以下文件并重新启动了 ssh 守护程序。
/etc/ssh_config
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
/etc/sshd_config
GSSAPIAuthentication yes
当我尝试从 ubuntu 机器 ssh 到 centos 时,我得到了以下异常
Unspecified GSS failure. Minor code may provide more information
Cannot contact any KDC for requested realm
但是我可以从 centos 机器无需密码登录到 ubuntu。Kinit 在两台机器上都运行良好。
这里有什么问题?