VScode无法远程连接服务器,遇到的报错:could not establish connection to ...的解决方法。(windows系统)

VScode无法远程连接服务器,遇到的报错:could not establish connection to …的解决方法。(windows系统)

VScode利用Remote SSH 建立远程连接服务器时遇到这个问题

VScode无法远程连接服务器,遇到的报错:could not establish connection to ...的解决方法。(windows系统)_第1张图片

1.首先检查自己的电脑是否已经安装了OpenSSH

打开电脑中的设置,在应用中选择可选功能,然后选择添加功能,安装openssh。
VScode无法远程连接服务器,遇到的报错:could not establish connection to ...的解决方法。(windows系统)_第2张图片

2.如果安装了openssh,并且VScode中config已经配置好了,但还是无法连接

到C:\Users\电脑用户名\ .ssh目录下,找到known_hosts文件,然后删除该文件
VScode无法远程连接服务器,遇到的报错:could not establish connection to ...的解决方法。(windows系统)_第3张图片
然后去VSvode中再次连接,就可以成功连接了。
参考文章:https://www.pianshen.com/article/98321685152/

你可能感兴趣的:(linux,python,ubuntu,visual,studio,code,windows)