Closed jarrodcolburn closed 1 month ago
Thanks for opening! As there are limitations preventing SSH connections as you mention, we recommend using the Remote-Tunnels extension in the browser: https://code.visualstudio.com/docs/remote/tunnels.
Please let us know if you have any questions about or requests for Remote-Tunnels!
Problem: vscode.dev does not work with code extension Remote - SSH.
Reason: vsocde.dev runs in the browser which has many limitations preventing ssh.
Purpose solution: Make vscode.dev's Remote - SSG extension ssh calls compatible with Chromium's Secure Shell extension or fork Chromium extension and add functionality.
Pros: Chromium's Secure Shell extension is able to ssh and port forward.
Cons: It would require user to install a browser extension.
Notes:
ssh
urls, such asssh://user[;option=value]@host[:port][@proxyhost[:proxyport]]
which may make adding functionality in Code's Remote - SSH extension easier.