Version 1.1.6 cannot SSH to remote server

Describe the Bug

I am currently using the 1.1.6 version, after installing the Remote-SSH extension and trying to open a remote window, I encountered the following error:
“Error resolving SSH authority: ssh -V failed – do you have OpenSSH installed?”

Steps to Reproduce

  1. Install the Remote-SSH extension on Windows10
  2. Try to open a remote window (remote linux server)

Operating System

Windows 10/11
Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.1.6 (user setup)
VSCode Version: 1.96.2
Commit: 5b19bac7a947f54e4caa3eb7e4c5fbf832389850
Date: 2025-06-25T02:20:02.577Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.18362

Hi @shuangzhou1028, this error indicates an issue that the ssh executable was not found on the path. On Windows 10, you may need to enable the OpenSSH client in settings – can you try these instructions? Enabling the OpenSSH Client (SSH) on Windows :: ASK US, University of Hawaii System

Thank you for your reply!
Actually, I had already installed the OpenSSH Client and had been using it successfully with VS Code’s Remote-SSH for quite a while.
I’ve now uninstalled the OpenSSH Client from Windows Settings and reinstalled it using the release package from GitHub. Now it’s working perfectly—although I am not sure why😅