2
使用gssapi-keyex或gssapi-with-mic进行SSH身份验证(不允许使用公钥)
我的公司已禁用SSH公钥身份验证,因此,每次输入密码时,我都必须手动输入(我不希望更改/etc/ssh/sshd_config)。 但是gssapi-keyex,gssapi-with-mic启用了身份验证(请参见下面的ssh调试输出)。 在这种情况下,如何使用自动登录? 我可以利用gssapi-keyex和/或gssapi-with-mic认证吗? > ssh -v -o PreferredAuthentications=publickey hostxx.domainxx OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to hostxx.domainxx [11.22.33.44] port 22. debug1: Connection established. debug1: identity file /home/me/.ssh/identity type -1 debug1: identity file /home/me/.ssh/id_rsa type -1 debug1: identity …