无法获得SSH公钥authentication工作
我的服务器正在运行CentOS 5.3。 我在运行Leopard的Mac上。 我不知道这是谁负责: 我可以通过密码authenticationlogin到我的服务器。 我已经完成了设置PKA的所有步骤(如http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-ssh-beyondshell.html所述 ),但是当我使用SSH,它甚至拒绝公开密钥validation。 使用该命令 ssh -vvv user@host (其中-vvv将冗长度转化为最高级别)我得到以下相关输出: debug2: key: /Users/me/.ssh/id_dsa (0x123456) debug1: Authentications that can continue: publickey,gssapi-with-mic,password debug3: start over, passed a different list publickey,gssapi-with-mic,password debug3: preferred keyboard-interactive,password debug3: authmethod_lookup password debug3: remaining preferred: ,password debug3: authmethod_is_enabled password debug1: Next authentication method: password 随后提示input密码。 如果我试图强迫这个问题 ssh -vvv -o PreferredAuthentications=publickey user@host […]