【发布时间】:2012-11-16 09:07:39
【问题描述】:
我在 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 文件中。
有什么线索吗?
【问题讨论】:
-
/home/habdulmalak/.ssh/id_rsa的开头是什么样的? -
这是 RSA 公钥的路径吗.. /home/habdulmalak/.ssh/id_rsa ??
-
这是 id_rsa C:\cygwin\home\myusername\.ssh 的路径
-
这里的问题是为什么它需要一个 rsa1 公钥?我需要使用 RSA
-
这个问题在这里是题外话。在Unix & Linux 上有一个非常相似的问题,它的主题是:What's this SSH error about “incorrect RSA1 identifier” and “unspecified GSS failure”?
标签: ssh