win10 配置vscode中的remote-ssh

win10中vscode中使用remote-ssh 需要安装openSSH:
(使用设置-可选功能-添加功能 不能添加openSSH服务)
https://github.com/PowerShell/Win32-OpenSSH/releases
下载后解压就能使用。

之前有写过一些配置步骤:
https://www.jianshu.com/writer#/notebooks/37724866/notes/55812891

最后就是配置remote-ssh
在vscode中按F1键,输入Remote-SSH:Settings

win10 配置vscode中的remote-ssh_第1张图片
image.png

主要配置
win10 配置vscode中的remote-ssh_第2张图片
config file

win10 配置vscode中的remote-ssh_第3张图片
image.png

就能成功使用remote-SSH了。

你可能感兴趣的:(win10 配置vscode中的remote-ssh)