I want to remote connect to linux from my Windows 10 using remote ssh extension of vs code. But these errors occured in terminal of vscode while connecting and vscoderemote ssh extension hangs: `
- Bind[127.0.0.1]: Address already in use
- channel_setup_fwd_listener: cannot listen to port: 58000
- Could not request local forwarding. `
I tried these methods:
- deleted .vscode-server folder in linux;
- deleted .ssh in users folder of windows;
- killed vscode server ... and reconnected through remote ssh extension of vscode.
Anyway these errors occuring: `
- Bind[127.0.0.1]: Address already in use
- channel_setup_fwd_listener: cannot listen to port: 58000
- Could not request local forwarding. ` Please help.