I followed this tutorial to connect SSH to my host, but when I have written the command ssh user@hostname, the following error appears:
Resolver error: Error: The process tried to write to a nonexistent pipe
at Function.Offline (c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:1:64692)
at c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:1:62242
at Object.t.handleInstallOutput (c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:1:62620)
at Object.t.tryInstall (c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:1:413984)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:1:294518
at async Object.t.withShowDetailsEvent (c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:1:405329)
at async Object.t.resolve (c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:1:295639)
at async c:\Users\Mushlih\.vscode\extensions\ms-vscode-remote.remote-ssh-0.65.4\out\extension.js:127:110530
I have read this tutorial, this, and also this but it didn't work to solve my problem.