Hi everyone, this helped me to fix it on WIN11:
Host *.replit.dev
Port 22
IdentityFile ~/.ssh/replit
StrictHostKeyChecking accept-new
As mentioned in their official docs: SSH | Replit Docs
Hi everyone, this helped me to fix it on WIN11:
Host *.replit.dev
Port 22
IdentityFile ~/.ssh/replit
StrictHostKeyChecking accept-new
As mentioned in their official docs: SSH | Replit Docs
I think I just got lucky! I ended up deleting everything and starting over
On Windows 11, this is what I did after clicking Launch Cursor
in Replit and getting asked for a password:
Open with SSH
+ Add a new SSH Host...
Open Config
Host *.replit.dev
Port 22
IdentityFile ~/.ssh/replit
StrictHostKeyChecking accept-new
Launch Cursor
This works! Thank you
This worked! Thanks
@adamviaja solution worked for me, as errors are not detailed in this case
Bro you are a lifesaver! This totally worked for me! How did you figure this out?!
Specifying the remote OS as Linux worked for me!
You legend…
life saver
great work gents !!! ■■■■ replit annoying af
did not work for me - it still stall with
2025-06-11 14:00:02.082 [error] Error installing server: Failed to install server within the timeout
the very same ssh config on VScode works perfectly