SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
547 stars 36 forks source link

Error While Connecting to SSH FS conn_name: spawn REG ENOENT #193

Closed rajivkumar02 closed 4 years ago

rajivkumar02 commented 4 years ago
Screenshot 2020-04-05 at 11 44 49 AM
erkanarslan commented 4 years ago

Did you check this? Last comment solved my problem: https://github.com/SchoofsKelvin/vscode-sshfs/issues/136

SchoofsKelvin commented 4 years ago

Similar to what @erkanarslan said, I think your problem is having "putty": true in your configuration. The spawn REG ENOENT error should be from the extension trying to read the PuTTY configurations from the Windows registry using an .exe program, which probably produces that kind of error on non-Windows systems.

Since your configuration seems to have all the required data (host, credentials, ...) there isn't really a need for PuTTY either. The "agent": "ssh" also seems wrong.