ssh-copy-id不起作用
我试图在CentOS 5.4上设置无密码的SSH登录: 我在客户端上生成了RSA公钥。 ssh-copy-id从客户端到服务器。 已验证的〜/ .ssh / authorized_keys包含客户端密钥。 客户端仍然提示输入密码。我错过了什么? 谢谢。 编辑:检查ssh_config和建议的权限。这是来自客户端的调试信息: debug2: key: /home/saguna/.ssh/identity ((nil)) debug2: key: /home/saguna/.ssh/id_rsa (0x2b31921be9a0) debug2: key: /home/saguna/.ssh/id_dsa ((nil)) debug1: Authentications that can continue: publickey,gssapi-with-mic,password debug3: start over, passed a different list publickey,gssapi-with-mic,password debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password debug3: authmethod_lookup gssapi-with-mic debug3: remaining preferred: publickey,keyboard-interactive,password debug3: authmethod_is_enabled gssapi-with-mic …