vscode-remote-release
vscode-remote-release copied to clipboard
[Remote-SSH Bug]:
Is there an existing issue for this bug?
- [X] I have searched the existing issues
Required Troubleshooting Steps
- [X] I have followed these troubleshooting steps
- [X] I have tried both values of the
remote.SSH.useLocalServersetting
Connect Locally
It connects successfully
->
recently I updated to 0.113.2024062415 and faced strange SSH remote connection issue with the error message 'could not resolve hostname test-ubuntu-1.local'
Local machine: win11 x64 Remote machine: Ubuntu 23.10 x64 (in my LAN)
I am able to reach that remote machine via other application (eg: Qtcreator, win11 builtin openSSH, msys openSSH)
after disabling this setting "remote.SSH.useExecServer" I am able to connect to the host machine.
But with this version 0.113.2024061415 & "remote.SSH.useExecServer": true it worked without any issues
Expected Behavior
No response
Steps To Reproduce
No response
Remote-SSH Log
Remote-SSH Log
There was none except for that one line 'could not resolve hostname .....'
Anything else?
No response