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

Add support for DynamicForward #251

Closed SchoofsKelvin closed 3 years ago

SchoofsKelvin commented 3 years ago

Boilerplate code for this feature is already present, but the actual forwarding has yet to be implemented. The createDynamicForwarding function in portForwarding.ts has to be implemented.

Documentation: ssh_config(5), ssh(1) and probably ssh2 documentation. As mentioned in ssh2's documentation, we might run up against server-side limitations.