-
Notifications
You must be signed in to change notification settings - Fork 302
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]: wget --no-config
does not exist (and subsequent scp error)
#10174
Comments
Same problem. I have tried both values of the |
Yeah I've tried both values and it didn't work for both of them too |
I think the problem is vscode tried to use scp without the otp and password. It didn't expose the terminal or show a prompt to let us enter the password. |
wget doesn't have a --no-config option on remote server . Is there a way to turn this option off |
I have the same issue with version v0.113.1. As a workaround, I downgraded to version v0.112.0. |
Oh for me, actually the terminal prompt me to enter OTP and password. But it turned out it was working correctly according to the policy of the remote server. (i.e. not being able to use visual studio code) |
I was experiencing trouble downloading Vscode on the remote box. Setting This seems to disable the |
@joshspicer @roblourens looks like there have been 3 similar issues filed over the past couple weeks: |
Please use @justin6case 's suggestion while I get a fix out, that will avoid the For anyone hitting this issue, could you please share the out of |
running on amazon linux 2 +digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl Wgetrc: |
Indeed this version of wget that I get from a clean
|
--no-config
does not exist (and subsequent scp error)
The newest pre-release extension should fix the issue with |
it works.thanks |
@joshspicer If you're still interested in wget versions where this is failing:
|
Is there an existing issue for this bug?
Required Troubleshooting Steps
remote.SSH.useLocalServer
settingConnect Locally
It connects successfully
->
I'm trying to connect to the remote server via remote-ssh extension.
(0) I've written the info(Host, HostName, User) to config file
(1) Tried to connect with the remote-ssh extension via clicking on the button next to the server name("neuron")
(2) I typed OTP and my password as required.
And it's stuck forever in the "Copying VS Code Server to host with scp"
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: