VSCode连接SSH发生connection timeout

想用用实验室服务器连接vscode跑HM编码,今天突然连服务器连不到,报错:[13:47:13.068] Opening exec server for ssh-remote+a406-server-lan

13:47:13.082\] Initizing new exec server for ssh-remote+a406-server-lan \[13:47:13.089\] Using commit id "fee1edb8d6d72a0ddff41e5f71a671c23ed924b9" and quality "stable" for server \[13:47:13.092\] Install and start server if needed \[13:47:16.922\] \> ssh: connect to host 192.168.46.10 port 22: Connection timed out \> 过程试图写入的管道不存在。 \> \]0;C:\\Windows\\System32\\cmd.exe \[13:47:16.923\] Got some output, clearing connection timeout \[13:47:18.229\] "install" terminal command done \[13:47:18.230\] Install terminal quit with output: \]0;C:\\Windows\\System32\\cmd.exe \[13:47:29.237\] getPlatformForHost was canceled \[13:47:29.238\] Exec server for ssh-remote+a406-server-lan failed: Error: 已取消连接 \[13:47:29.238\] Error opening exec server for ssh-remote+a406-server-lan: Error: 已取消连接 解决方法:先检查密码和服务器用户名是否正确;回退SSH版本 ![](https://i-blog.csdnimg.cn/direct/586879d1d39f409b8e0e541df395c78e.png) ![](https://i-blog.csdnimg.cn/direct/7562e016d815479bade844773fd68d2e.png) 回退一个版本试一下,切换预发布版本重新下载,解决问题

相关推荐
z***89717 小时前
[golang][MAC]Go环境搭建+VsCode配置
vscode·macos·golang
棒棒的皮皮7 小时前
【OpenCV】Python图像处理之IDE(PyCharm)安装
ide·python·opencv
帮帮志7 小时前
安装了多个不同版本的pycharm,新安装的pycharm打不开
ide·python·pycharm
golang学习记16 小时前
Google Antigravity AI IDE 官方教程文档来了!
ide
QDKuz1 天前
VScode切换远程分支,超简单方法
ide·vscode·编辑器
BD_Marathon1 天前
【IDEA】常用快捷键【上】
java·ide·intellij-idea
BD_Marathon1 天前
【IDEA】工程与模块的管理
java·ide·intellij-idea
( ˶˙⚇˙˶ )୨⚑︎1 天前
借助GitHub进行团队协作小组作业
大数据·vscode·github
BD_Marathon1 天前
【IDEA】常用插件——1
java·ide·intellij-idea
肖永威1 天前
VSCode调试Python命令行输入参数程序argparse模块实践
vscode·python