Skip to content
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

sftp/ftp proxy #440

Closed
corsik opened this issue Dec 21, 2018 · 3 comments
Closed

sftp/ftp proxy #440

corsik opened this issue Dec 21, 2018 · 3 comments

Comments

@corsik
Copy link

corsik commented Dec 21, 2018

Hi, tell me how to set up work through the corporate Proxy Squid port 3128

[error] Error: [corsikb4.beget.tech]: Timed out while waiting for handshake
	at Client.module.exports.a.default._connectSSHClient.e.on.on.e (C:\Users\SusidskiyIA\.vscode\extensions\liximomo.sftp-1.8.4\dist\extension.js:70:102739)
	at emitOne (events.js:121:20)
	at Client.emit (events.js:211:7)
	at Timeout._onTimeout (C:\Users\SusidskiyIA\.vscode\extensions\liximomo.sftp-1.8.4\node_modules\ssh2\lib\client.js:697:14)
	at ontimeout (timers.js:475:11)
	at tryOnTimeout (timers.js:310:5)
	at Timer.listOnTimeout (timers.js:270:5)

[debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
[debug] Client: Trying corsikb4.beget.tech on port 22 ...
[debug] Outgoing: Writing DISCONNECT (BY_APPLICATION) 
{
    "protocol": "sftp",
    "host": "corsikb4.beget.tech",
    "port": 22,
    "username": "username",
    "password": "password",
    "remotePath": "/"
}
{
    "http.proxy": "http://172.20.152.146:3128",
    "http.proxySupport": "on",
    "blade.format.enable": true,
    "sftp.downloadWhenOpenInRemoteExplorer": true,
    "sftp.printDebugLog": true,
}
[corsikb4.beget.tech]: Timed out while waiting for handshake
@liximomo
Copy link
Owner

liximomo commented Dec 21, 2018

try "http.proxySupport": "override".

@corsik
Copy link
Author

corsik commented Dec 21, 2018

Tried, does not work.

{
    "http.proxy": "http://172.20.152.146:3128",
    "http.proxySupport": "override",
    "blade.format.enable": true,
    "sftp.downloadWhenOpenInRemoteExplorer": true,
    "sftp.printDebugLog": true
}
[debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
[debug] Client: Trying corsikb4.beget.tech on port 22 ...
[debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)

@liximomo
Copy link
Owner

microsoft/vscode#60773

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants