SSH Connection Windows Password

Hey there!
I am trying to connect cursor with replit on windows. I created an ssh key with putty and added it to replit. after adding the ssh host on cursor i get asked which platform (linux, windows, macos) after chosing windows im asked to put in the password for the host, but when i paste in the ssh key cursor continuously asks for an ssh password which i don’t have. And then it gives me an error message after 3 attempts.

Anybody got an idea what im doing wrong here?
Really appreciate the help

I am having the same problem but on mac

In .ssh/config, you need the ABSOLUTE path. If your local OS is windows, it likely starts with c:/…

Running into the same issue right now. did you end up figuring it out?