FreeSSHd

vscode 远程调试

梦想的初衷 提交于 2020-02-25 20:59:45
1. SSH 安装兼容 OpenSSH 的 SSH 客户端Windows, 安装 Git for Windows 即可,https://git-scm.com/download/win win安装ssh服务端 freesshd https://blog.csdn.net/qq_36249516/article/details/77987144?utm_source=blogxgwz9 2.插件 Remote Development扩展,只用安装这个插件,其他的依赖包会自动下载。 打开命令行,并输入 ssh 字样,按照下图中第二步选择 Remote-SSH:Connet to Host... 输入连接到远程主机的用户名和 ip 连接成功后会另外再打开一个新的窗口 右下角 打开后,visual studio code会自动在远程PC上,安装配置 要root权限 二、保存经常连接的主机信息 Host root@192.168.1.100 #因为bug HOST必须这样写 User root HostName 192.168.1.100 # Port 自定义端口22 Host example-remote-linux-machine-with-identity-file User your-user-name-on-host HostName another-host-fqdn-or-ip