I am having a similar issue. Also trying to connect to Replit. When I click Open with SSH I am not prompted to paste the command and “Add New SSH Host”
I also have an issue. after adding the new ssh host it asks me to chose a platform (linux, windows, macos) and after i do that i get the error message.
im on windows btw but chosing the other two doesent work either:
I have a similar issue. 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
When opening a ssh connection, and clicking ‘connect’ it tells me to choose which OS the replit is using (I presume its the same instance I am running on my machine?) I have tried all options and getting connection cant be established, thought it might be something to do with the path perhaps, but could be wrong… if anyone got this sorted let me know! + points if you are on windows
I’m on windows 11, trying to connect Cursor to Replit via SSH. I’ve been following along with Riley Brown’s video, but disappointingly I’m not able to get these tools connected so I can start making things.
I’m getting the same issues as you all too, got to the point where it asked me to pick an OS (tried all three and it failed to connect each time).
UPDATE
Replit updated to create a button to connect to cursor and it works!
Does anything additional need to be configured here? I am getting prompted with inputting a password on the Cursor side when trying to connect. Replit docs make it sound like no password is needed given the keys are used for auth. If I just hit enter through the password prompts I get an error in connecting.
I found out that the issue lies within the configuration file. When you add a new host on cursor and it asks you to connect. if you are using a windows machine instead of clicking onto to connect open the configuration file.
Delete everything inside the file, click on cntrl +K ask cursor to generate a new configuration file using the following information:
" Host *.replit.dev
Port 22
IdentityFile ~/.ssh/replit "
And the Shell command in the connect manually section from replit to Connect manually
“Use the command below to connect via CLI or another IDE.”
Let cursor wite the new configuration file, save it and close cursor. now go to your replit account and open cursor using the " Launch Cursor" function and when it pops up select Linux. It should start loading up.