37

我在 Windows 7 64 位上使用 cygwin,我正在尝试ssh -vvv localhost

OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [::1] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/habdulmalak/.ssh/id_rsa" as a RSA1 public key

使用生成ssh-keygen -t rsa的公钥并将公钥添加到 authorized_keys 文件中。

有什么线索吗?

4

3 回答 3

28

简而言之,它并不表示错误。这是正常的。

您可以在此处参考我的答案:
尝试使用 RSA 密钥通过 SSH 连接到 EC2,获取:不正确的 RSA1 标识符...权限被拒绝(公钥)

于 2013-03-22T06:11:45.260 回答
5

如评论中所述,此错误是可以的。

你检查 /etc/hosts.deny 了吗?我的猜测是你sshd: x.x.x.x在那里有一个条目

于 2013-08-31T20:07:48.610 回答
0

实际上,我意识到我得到同样错误的原因是因为 sshd 没有在我试图连接的 VM 服务器上运行:) 运行它为我修复了问题。

于 2015-03-10T01:16:36.093 回答