When using the Remote - SSH extension within Cursor IDE I am unable to remotely access my remote host from my local machine.
However, I am able to do ssh <name in ssh config> and connect that way, but without Remote - SSH I am unable to mirror my file structure as easily (it is the extension specifically that is not working).
I have tried in visual studio code and this works both ways (running ssh and using the Remote - SSH extension.
run ssh <name in ssh config> to confirm you have correct credentials (whether thats keys password etc. setup).
cmd + p and select Remote - SSH: Connect to Host. Select the host name used in 2.
New window will open and the following error:
Connection to Cursor server failed: Failed to connect to the remote SSH host. Please check the logs for more details.
[error] Error installing server: Failed to connect to the remote SSH host. Please check the logs for more details.
2025-08-22 11:04:42.545 [error] Error resolving SSH authority Failed to connect to the remote SSH host. Please check the logs for more details.
Expected Behavior
Able to access remote host and be able to explore files in cursor IDE.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Oddly enough, it has started working again now that I’ve changed physical locations/networks. We use tailscale at my work so I wonder if something got weird in the networking that cursor was using?
Oddly enough, it has started working again now that I’ve changed physical locations/networks. We use tailscale at my work so I wonder if something got weird in the networking that cursor was using?
@andre-qumulo – with tailscale, it should open the window in the background to authenticate. But, if that doesn’t happen, you might have to click the link in the logs. Definitely could be something related to the network as well.
I able to ssh in a terminal. But still cannot mirror my IDE.
@Valery_Pegg – could you share the full logs from the “Remote - SSH” output window?