VScode Remote SSH连接失败
第一步、先删除两个文件:
第一个:C:\Users\xxx\AppData\Roaming\Code 文件夹。
第二个:/home/XXX/.vscode_server 文件夹。在远程linux系统里面。
第二步、重启远程
重新启动linux系统:reboot、shutdown -r now
第三步、使用ssh连接远程
先在windows下的cmd 中ping一下远程,能ping通
然后在cmd中输入ssh user@ip 尝试连接远程,如果连接不通找其他原因
第四步、使用VScode连接远程
联网然后使用remote-ssh插件连接远程
到这里如果卡在Setting up SSH Host XX: Downloading VS Code Server这里,请耐心等待,中间不要更换网络或断网,否则失败。
如果不想耐心等待,可以在百度或者知乎搜索一下“Downloading VS Code Server”或者怎么直接下载vscode-server-linux-x64.tar.gz并安装。