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 ファイルに追加されました。
どんな手掛かり?