SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Further improve RemoteForward (add SOCKS proxy support) #252

Closed SchoofsKelvin closed 3 years ago

SchoofsKelvin commented 3 years ago

Currently the remote forwarding supports the following configurations:

_(mind that unix_socket_path can also be a Windows named pipe, e.g. \\?\pipe\...)_

According to OpenSSH documentation, RemoteForward also supports omitting the remote bind_address, port, and unix_socket_path, which would result in it basically operating as a reverse DynamicForward.

Documentation: ssh_config(5) and ssh(1) Related: DynamicForward (#251)