ssh从不要求输入密码
不知何故,我的SSH从来不想向我询问密码。 因此,我在世界各地的某个随机服务器上设置了VPS,并希望通过ssh连接到它。 我可以设置一个密钥,但是当我这样做时: ssh -l some-user IP 我得到错误: Received disconnect from ##.##.##.##: 2: Too many authentication failures for some-user 当我查看详细信息时,可以看到密码是以下选项之一: debug1: Offering RSA public key: some-user@computer debug1: Authentications that can continue: publickey,password 但是SSH从不要求我提供密码。我用公钥方法尝试了5次,然后失败了。为什么ssh不尝试使用密码? 以防万一,我的ssh_config文件具有: PasswordAuthentication yes 完整日志 ssh -v -l root ##.##.##.## OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012 debug1: …