Unable to establish connection to remote: spawn ENOTDIR - visual-studio-code

I am using VS code Remote-SSH to connect to the remote machines to modify the files. Currently upon trying to connect the Remote-SSH: Connect to host. I get the error message," Could not establish connection to "": spawn ENOTDIR.
The full error log is as follows:
[09:29:43.567] Log Level: 2
[09:29:43.568] remote-ssh#0.65.1
[09:29:43.568] darwin arm64
[09:29:43.569] SSH Resolver called for "ssh-remote+xps", attempt 1
[09:29:43.569] "remote.SSH.useLocalServer": true
[09:29:43.569] "remote.SSH.sshPath": undefined
[09:29:43.569] "remote.SSH.sshConfigurationFile": undefined
[09:29:43.569] "remote.SSH.useFlock": true
[09:29:43.569] "remote.SSH.lockfilesInTmp": false
[09:29:43.569] "remote.SSH.localServerDownload": auto
[09:29:43.569] "remote.SSH.remoteServerListenOnSocket": false
[09:29:43.570] "remote.SSH.showLoginTerminal": false
[09:29:43.570] "remote.SSH.defaultExtensions": []
[09:29:43.570] SSH Resolver called for host: xps
[09:29:43.570] Setting up SSH remote "xps"
[09:29:43.571] Acquiring local install lock: /var/folders/jf/rk7bz0g157x7yd5q_f726zyr0000gn/T/vscode-remote-ssh-xps-install.lock
[09:29:43.592] Looking for existing server data file at /Users/taramishra/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-xps-f30a9b73e8ffc278e71575118b6bf568f04587c8-0.65.1/data.json
[09:29:43.592] Using commit id "f30a9b73e8ffc278e71575118b6bf568f04587c8" and quality "stable" for server
[09:29:43.594] Install and start server if needed
[09:29:43.595] Checking ssh with "ssh -V"
[09:29:43.596] Finding installed ssh failed: spawn ENOTDIR
[09:29:43.599] Resolver error: Error: spawn ENOTDIR
at ChildProcess.spawn (internal/child_process.js:407:11)
at Object.spawn (child_process.js:557:9)
at /Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:141985
at new Promise (<anonymous>)
at k (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:141906)
at I (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:141857)
at /Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:145959
at _ (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:146024)
at C (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:141636)
at Object.t.getSshCommandPath (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:144744)
at Function.create (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:262426)
at async Object.t.tryInstallWithLocalServer (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:387852)
at async /Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:293749
at async Object.t.withShowDetailsEvent (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:407055)
at async /Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:387177
at async N (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:383945)
at async Object.t.resolveWithLocalServer (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:386804)
at async Object.t.resolve (/Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:1:297790)
at async /Users/taramishra/.vscode/extensions/ms-vscode-remote.remote-ssh-0.65.1/out/extension.js:127:110485
[09:29:43.601] ------
I have tried to reinstall the Remote-Development packages and also cleared up the .vscode-server files in the remote. They do not seem to help.
Any idea how I can resolve this issue?

Coincidentally, I had this problem with my VSCode just today as well! For me, it just stopped working today all of a sudden (may have something to do with the latest VScode update). The problem is that VSCode can no longer find your ssh program, which it was previously able to do.
Go to your Remote-SSH preferences (cmd + , and search for remote-ssh).
Find the field labeled Remote.SSH: Path. Right now it's probably blank for you because VSCode used to find the executable by itself.
Input the absolute path to your ssh executable. If you are unsure of the path, you can run which ssh in your terminal and copy the path it prints out.
Save your settings, and retry the ssh. Worked for me!

Related

How can I solve this problem: SSH Unknown error

When I connect to remote server using VS code, I got this OUTPUT:
[12:00:38.322] Log Level: 2
[12:00:38.344] SSH Resolver called for "ssh-remote+10.101.169.215", attempt 1
[12:00:38.345] "remote.SSH.useLocalServer": false
[12:00:38.345] "remote.SSH.showLoginTerminal": false
[12:00:38.345] "remote.SSH.remotePlatform": {}
[12:00:38.346] "remote.SSH.path": undefined
[12:00:38.346] "remote.SSH.configFile": undefined
[12:00:38.346] "remote.SSH.useFlock": true
[12:00:38.346] "remote.SSH.lockfilesInTmp": false
[12:00:38.346] "remote.SSH.localServerDownload": auto
[12:00:38.346] "remote.SSH.remoteServerListenOnSocket": false
[12:00:38.347] "remote.SSH.showLoginTerminal": false
[12:00:38.347] "remote.SSH.defaultExtensions": []
[12:00:38.347] "remote.SSH.loglevel": 2
[12:00:38.347] "remote.SSH.enableDynamicForwarding": true
[12:00:38.347] "remote.SSH.enableRemoteCommand": false
[12:00:38.347] "remote.SSH.serverPickPortsFromRange": {}
[12:00:38.348] "remote.SSH.serverInstallPath": {}
[12:00:38.353] VS Code version: 1.75.0
[12:00:38.353] Remote-SSH version: remote-ssh#0.96.0
[12:00:38.353] win32 x64
[12:00:38.354] SSH Resolver called for host: 10.101.169.215
[12:00:38.354] Setting up SSH remote "10.101.169.215"
[12:00:38.360] Using commit id "e2816fe719a4026ffa1ee0189dc89bdfdbafb164" and quality "stable" for server
[12:00:38.365] Install and start server if needed
[12:00:43.867] Checking ssh with "ssh -V"
[12:00:43.895] > OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
[12:00:43.900] Running script with connection command: ssh -T -D 50865 "10.101.169.215" bash
[12:00:43.903] Terminal shell path: C:\Windows\System32\cmd.exe
[12:00:44.121] > ssh: connect to host 10.101.169.215 port 22: Unknown error
> ]0;C:\Windows\System32\cmd.exe
[12:00:44.121] Got some output, clearing connection timeout
[12:00:44.136] > 过程试图写入的管道不存在。
[12:00:45.393] "install" terminal command done
[12:00:45.394] Install terminal quit with output: ]0;C:\Windows\System32\cmd.exe过程试图写入的管道不存在。
[12:00:45.394] Received install output: ]0;C:\Windows\System32\cmd.exe过程试图写入的管道不存在。
[12:00:45.394] Failed to parse remote port from server output
[12:00:45.396] Resolver error: Error:
at g.Create (c:\Users\nalan\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:584147)
at t.handleInstallOutput (c:\Users\nalan\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:582761)
at t.tryInstall (c:\Users\nalan\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:680758)
at async c:\Users\nalan\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:643114
at async t.withShowDetailsEvent (c:\Users\nalan\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:646432)
at async t.resolve (c:\Users\nalan\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:644164)
at async c:\Users\nalan\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:721750
[12:00:45.400] ------
I also have an window told me that:
Could not establish connection to "10.101.169.215".
TRY:
I had tried to install vscode-server manually, but no effect
I delete the file .ssh/known_hosts, nothing happened.
I think the problem maybe my OpneSSH, so I run ssh username#10.101.169.215 in
,got
"ssh: connect to host 10.101.169.215 port 22: Unknown error"
I have been searching solution about "ssh: connect to host 10.101.169.215 port 22: Unknown error", but found nothing.
What should I do to connect my remote server sucessfully ?
Any help will be appreciated.

VS Code Remote SSH not working for DUO Push server

I am currently trying to get into SSH but after receiving and approving of push notification I get a popup that says "Could not establish connection to "" with error report of
[19:50:16.525] Showing password prompt
[19:50:35.647] "install" terminal command done
[19:50:35.648] Install terminal quit with output: (salton#best-linux.cs.wisc.edu) Password:
[19:50:35.648] Received install output: (salton#best-linux.cs.wisc.edu) Password:
[19:50:35.648] Failed to parse remote port from server output
[19:50:35.650] Resolver error: Error:
at g.Create (c:\Users\wsene\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:584147)
at t.handleInstallOutput (c:\Users\wsene\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:582761)
at t.tryInstall (c:\Users\wsene\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:680758)
at async c:\Users\wsene\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:643114
at async t.withShowDetailsEvent (c:\Users\wsene\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:646432)
at async t.resolve (c:\Users\wsene\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:644164)
at async c:\Users\wsene\.vscode\extensions\ms-vscode-remote.remote-ssh-0.96.0\out\extension.js:1:721750
[19:50:35.656] ------
What is happening here and am I missing an extension for this to run properly?
Reinstalling VS Code, reinstalling extensions, connecting through multiple ssh configs and all produced the same error.

Failed to parse remote port from server output

I want to connect to jupyterhub server of my organization with vscode's Remote SSH, however it crashed with this report:
[17:48:27.180] Running script with connection command: ssh -T -D 56752 "jupyterhub.whatever.com" bash
[17:48:27.183] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[17:48:27.575] > 系统无法执行指定的程序。
> ]0;C:\WINDOWS\System32\cmd.exe
[17:48:27.576] Got some output, clearing connection timeout
[17:48:28.857] "install" terminal command done
[17:48:28.858] Install terminal quit with output: ]0;C:\WINDOWS\System32\cmd.exe
[17:48:28.858] Received install output: ]0;C:\WINDOWS\System32\cmd.exe
[17:48:28.858] Failed to parse remote port from server output
[17:48:28.859] Resolver error: Error:
at g.Create (c:\Users\k6789\.vscode\extensions\ms-vscode-remote.remote-ssh-0.90.1\out\extension.js:1:585222)
at t.handleInstallOutput (c:\Users\k6789\.vscode\extensions\ms-vscode-remote.remote-ssh-0.90.1\out\extension.js:1:583874)
at t.tryInstall (c:\Users\k6789\.vscode\extensions\ms-vscode-remote.remote-ssh-0.90.1\out\extension.js:1:681023)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async c:\Users\k6789\.vscode\extensions\ms-vscode-remote.remote-ssh-0.90.1\out\extension.js:1:643908
at async t.withShowDetailsEvent (c:\Users\k6789\.vscode\extensions\ms-vscode-remote.remote-ssh-0.90.1\out\extension.js:1:647224)
at async t.resolve (c:\Users\k6789\.vscode\extensions\ms-vscode-remote.remote-ssh-0.90.1\out\extension.js:1:644958)
at async c:\Users\k6789\.vscode\extensions\ms-vscode-remote.remote-ssh-0.90.1\out\extension.js:1:726917
[17:48:28.863] ------
And this is my SSH config:
Host jupyterhub.whatever.com
HostName jupyterhub.whatever.com
IdentityFile ~/.ssh/id_rsa
PreferredAuthentications publickey
User MyUserName
I think this question can't help me, so how to solve the problem?
Try deleting the content in your C:/Users/user/.ssh/known_hosts and connect against the same host.
I had a similar problem and it's looks like Visual Studio creates a new config file.
I had the same issue with VS Code. I was able to resolve it by using SSH from a terminal and running the following on the host:
rm -f .vscode-server/*.log

VS code remote connection: Cannot read properties of undefined (reading 'replace')

VScode Error message
[18:33:55.749] Resolver error: TypeError: Cannot read properties of undefined (reading 'replace')
at Object.a [as sanitizeConnectionToken] (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.84.0/out/extension.js:1:691806)
at Object.C [as findRunningServer] (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.84.0/out/extension.js:1:626542)
at async /Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.84.0/out/extension.js:1:622510
at async T (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.84.0/out/extension.js:1:619351)
at async Object.t.resolveWithLocalServer (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.84.0/out/extension.js:1:622460)
at async Object.t.resolve (/Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.84.0/out/extension.js:1:644834)
at async /Users/username/.vscode/extensions/ms-vscode-remote.remote-ssh-0.84.0/out/extension.js:1:727082
[18:33:55.751] ------
How to reproduce
Keep the remote connection in VScode
AFK (away from keyboard)
When the connection naturally breaks, then retry to connect
The error message will occur.
I found that one solution is to remove VScode cache at
/Users/username/Library/Application\ Support/Code
But this is definitely not the right way, any one knows the root cause and how to solve it?
I was able to fix this problem by upgrading the remote SSH extension version to the pre-release version.
Unfortunately, upgrading the remote SSH extension version to the pre-release version did not help me. What helped me though is a suggestion mentioned by Lilei Zheng:
I enabled "Remote Server Listen On Socket" option and it worked good so far.
This option is located in the "Remote - SSH" Extension Settings. I enabled it and I never had such problems again.

Can't connect remotely using Remote-SSH: "spawn UNKNOWN"

I'm trying to remotely connect to a server (running on Ubuntu 16.04.7 LTS) through VSCode (started on WSL).
I've set the path to my WSL Config file (with the SSH keys inside) in VSCode Remote-SSH.
I can reach and connect to the server through the terminal as well as the VSCode terminal.
Yet, when trying to connect through Remote-SSH I'm getting the message
Failed to connect to the remote extension host server (Error: spawn UNKNOWN)
with the following error log:
[13:50:42.906] Log Level: 2
[13:50:42.922] remote-ssh#0.56.0
[13:50:42.922] win32 x64
[13:50:42.925] SSH Resolver called for "ssh-remote+<net>.net", attempt 1
[13:50:42.925] SSH Resolver called for host: <net>.net
[13:50:42.926] Setting up SSH remote "<net>.net"
[13:50:42.970] Using commit id "<CommitID>" and quality "stable" for server
[13:50:42.974] Install and start server if needed
[13:50:44.876] Checking ssh with "ssh -V"
[13:50:44.888] Finding installed ssh failed: spawn UNKNOWN
[13:50:44.897] Resolver error: Error: spawn UNKNOWN
at ChildProcess.spawn (internal/child_process.js:394:11)
at Object.spawn (child_process.js:549:9)
at c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:242426
at new Promise (<anonymous>)
at q (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:242347)
at k (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:242298)
at _ (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:245580)
at P (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:245741)
at O (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:242117)
at C (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:242026)
at Object.t.generateMultiLineCommand (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:1:243396)
at q (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:107623)
at c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:105016
at processTicksAndRejections (internal/process/task_queues.js:94:5)
at async Object.t.withShowDetailsEvent (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:110096)
at async Object.t.resolve (c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:108158)
at async c:\Users\<user>\.vscode\extensions\ms-vscode-remote.remote-ssh-0.56.0\out\extension.js:127:143767
[13:50:44.908] ------
Already tried setting up manually the vscode server remotely as suggested here
Thanks in advance for any help!
Seems things got messed up with the update.
I fixed it by reinstalling the Remote SSH extension: ms-vscode-remote.remote-ssh and reloading as you will be instructed to do.
I also just installed the entire Remote Development extension: ms-vscode-remote.vscode-remote-extensionpack and reloaded vscode as instructed by vscode.
Before this though, I deleted (rm -rf) the contents of /home/<your_username>/.vscode-server/ bin/ and data/
Had the same problem.
After trying everything, the only thing that worked 100% was just killing vs-code and opening it again.