Case 1)
machine: kinit
machine: [email protected]'s password: (inputted my password)
machine: ssh machineB
production.xxx.com
Successfully sshd.
Case 2)
machine: ssh machineB
production.xxx.com
password: (input the same pw)
password not right. ssh failed. logs says AM: authentication error for xxx from x.x.x.x
这告诉了我有关机器的什么信息?我很困惑。
答案1
机器可能设置为在您通过身份验证之前需要更多身份验证方法才能成功。该选项被调用并在手册页AuthenticationMethods
中描述。sshd_config(5)
从行为上看,我猜有这样的值AuthenticationMethods password,gssapi
。如果您正在使用某个新版本的 openssh,甚至会出现有关部分失败的提示。