Cygwinでsshd動かしてテストしてるのですが
v1のRSA鍵を使って認証が通りません(´Д⊂
ssh-user-configで作った鍵でも、既に使っているLinuxから持ってきたのでも
同様に認証がはじかれます・・。以下その様子です。

$ ssh localhost -1 -v
OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/hoge/.ssh/identity type 0
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.6.1p1
debug1: match: OpenSSH_3.6.1p1 pat OpenSSH*
debug1: Local version string SSH-1.5-OpenSSH_3.6.1p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'localhost' is known and matches the RSA1 host key.
debug1: Found key in /home/hoge/.ssh/known_hosts:2
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: Trying RSA authentication with key '/home/hoge/.ssh/identity'
debug1: Server refused our key.
Permission denied.
debug1: Calling cleanup 0x41b2a0(0x0)

ご教授お願いします。・゚・(ノД`)・゚・。