Natizyskunk / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
373 stars 68 forks source link

SOCKS5 proxies #299

Open surabax opened 1 year ago

surabax commented 1 year ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. I have a server in ~/.ssh/config that vscode-sftp fails to connect to, returning the error "Timed out while waiting for handshake". After some investigation, I concluded that the most likely reason for the error is that the required SOCKS5 proxy is not used by vscode-sftp. I checked the documentation for vscode-sftp and found no mention of SOCKS5. Are SOCKS5 proxies supported at all?

Describe the solution you'd like I'd like vscode-sftp to support SOCKS5 proxies. Ideally their configuration should be automatically fetched from ~/.ssh/config.

Describe alternatives you've considered No alternatives.

Does this project help you?

zephyr-zdz commented 10 months ago

Same trouble encountered. Maybe "ProxyCommand" is somehow ignored in ~/.ssh/config.