-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Remote-SSH Bug]: #10017
Comments
Please share the log from the Remote-SSH output channel |
Hm, I don't see how this could be related to the exec server. It doesn't change how the SSH connection gets established. |
Settings: "remote.SSH.useLocalServer": true,
"remote.SSH.useExecServer": true,
"remote.SSH.enableRemoteCommand": true,
"remote.SSH.enableAgentForwarding": false, SSH Log
|
I changed the setting SSH Log
|
Can you share your SSH configuration file? Feel free to redact IPs etc. as needed |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
here is my config file after redaction
|
Is there an existing issue for this bug?
Required Troubleshooting Steps
remote.SSH.useLocalServer
settingConnect 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
Anything else?
No response
The text was updated successfully, but these errors were encountered: