我在 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 文件中。
有什么线索吗?