I have followed the Replit guide on how to connect with Cursor.
On my new laptop, it keeps “failing”
basically, endless waiting
with the following log
2025-06-11 13:57:01.025 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received
2025-06-11 13:57:01.133 [info] (ssh_tunnel) stderr: Welcome to the Replit SSH Proxy.
Visit https://docs.replit.com/replit-workspace/ssh to learn more about SSH on Replit.
debug1: Authentications that can continue: password,publickey
debug1: Next authentication method: publickey
2025-06-11 13:57:01.142 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey
debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities
2025-06-11 13:57:01.142 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/key/.ssh/id_rsa_traditional RSA SHA256:6uJ5gHveiIiafQ9jaeVXsp9lANV+kh7f3cpvES7OyaQ explicit
debug1: Offering public key: /Users/key/.ssh/id_rsa_traditional RSA SHA256:6uJ5gHveiIiafQ9jaeVXsp9lANV+kh7f3cpvES7OyaQ explicit
2025-06-11 13:57:01.569 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/key/.ssh/id_rsa_traditional RSA SHA256:6uJ5gHveiIiafQ9jaeVXsp9lANV+kh7f3cpvES7OyaQ explicit
2025-06-11 13:57:01.706 [info] (ssh_tunnel) stderr: Authenticated to 91ce035c-683d-409d-aca2-6bc1f1e6d2bb-00-3maydi1w220hu.worf.replit.dev ([34.75.151.117]:22) using "publickey".
debug1: Local connections to LOCALHOST:54277 forwarded to remote address socks:0
2025-06-11 13:57:01.706 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54277.
debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)
debug1: Local forwarding listening on 127.0.0.1 port 54277.
debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)
debug1: channel 2: new session [client-session] (inactive timeout: 0)
2025-06-11 13:57:01.706 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.
debug1: pledge: network
2025-06-11 13:57:02.076 [info] (ssh_tunnel) stderr: debug1: Sending environment.
debug1: Sending command: bash --login -c 'echo "ClRNUF9ESVI9IiR7WERHX1JVTlRJTUVfRElSOi0iL3RtcCJ9IgpTRVJWRVJfQ09NTUlUPSI1M2I5OWNlNjA4Y2JhMzUxMjdhZTNhMDUwYzE3MzhhOTU5NzUwODYwIgpTRVJWRVJfTElORT0icHJvZHVjdGlvbiIKU0VSVkVSX0RBVEFfRElSPSIkSE9NRS8uY3Vyc29yLXNlcnZlciIKU0VSVkVSX0RJUj0iJFNFUlZFUl9EQVRBX0RJUi9iaW4vNTNiOTljZTYwOGNiYTM1MTI3YWUzYTA1MGMxNzM4YTk1OTc1MDg2MCIKU0VSVkVSX05PREVfRVhFQ1VUQUJMRT0iJFNFUlZFUl9ESVIvbm9kZSIKQ09ERV9TRVJWRVJfU0NSSVBUPSIkU0VSVkVSX0RJUi9iaW4vY3Vyc29yLXNlcnZlciIKQ09ERV9TRVJWRVJfTE9HRklMRT0iJFNFUlZFUl9EQVRBX0RJUi8uJFNFUlZFUl9DT01NSVQuY29kZS5sb2ciCkNPREVfU0VSVkVSX1RPS0VORklMRT0iJFNFUlZFUl9EQVRBX0RJUi8uJFNFUlZFUl9DT01NSVQuY29kZS50b2tlbiIKQ09ERV9TRVJWRVJfUElERklMRT0iJFNFUlZFUl9EQVRBX0RJUi8uJFNFUlZFUl9DT01NSVQuY29kZS5waWQiCkNPREVfU0VSVkVSX1BST0NFU1NfQUxMX1ZFUlNJT05TX0dSRVBfUEFUVEVSTj0iJFNFUlZFUl9EQVRBX0RJUi9iaW4vLiovb3V0L3NlcnZlci1tYWluLmpzIgpDT0RFX0xJU1RFTklOR19PTj0KTVVMVElQTEVYX1NFUlZFUl9TQ1JJUFQ9I
debug1: pledge: network
in my other laptop everything works fine !
here is the setup
Version: 1.0.0 (Universal)
VSCode Version: 1.96.2
Commit: 53b99ce608cba35127ae3a050c1738a959750860
Date: 2025-06-04T19:21:39.410Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.5.0
I also installed VScode, and using the very same ssh config I can login to the remote replit server.
in the terminal, I can also just do ssh replit
and connect. however, not through the cursor itself.