Using “Remote SSH” in VSCode on a target machine that only allows inbound SSH connections

前端 未结 5 1575
猫巷女王i
猫巷女王i 2020-12-04 18:32

Is there a way to use the VSCode Remote SSH extension to interact with a remote host that does not allow outbound internet connections?

Is it possible to download th

5条回答
  •  既然无缘
    2020-12-04 19:26

    A new feature is being added to support offline install

    However, you can now solve this issue by a new user setting in the Remote - SSH extension. If you enable the setting remote.SSH.allowLocalServerDownload, the extension will install the VS Code Server on the client first and then copy it over to the server via SCP.

    Note: This is currently an experimental feature but will be turned on by default in the next release

    https://code.visualstudio.com/blogs/2019/10/03/remote-ssh-tips-and-tricks

提交回复
热议问题