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) 回退一个版本试一下,切换预发布版本重新下载,解决问题

相关推荐
花间相见15 小时前
【终端效率工具01】—— Yazi:Rust 编写的现代化终端文件管理器,告别繁琐操作
前端·ide·git·rust·极限编程
卡比巴拉—林17 小时前
Linux SSH免密登录配置(双向免密)
linux·运维·ssh
Webgiserin18 小时前
nvm+vscode配置安装暂记
ide·vscode·编辑器
charlie11451419119 小时前
嵌入式C++工程实践——第13篇:第一次重构 —— enum class取代宏,类型安全的开始
开发语言·c++·vscode·stm32·安全·重构·现代c++
无限进步_19 小时前
【C++】寻找字符串中第一个只出现一次的字符
开发语言·c++·ide·windows·git·github·visual studio
June56119 小时前
SSH 免密 + 主机指纹登录完整安装步骤(macOS)
运维·macos·ssh
Just right21 小时前
pycharm卡死在Connected to pydev debugger
ide·python·pycharm
传说中胖子21 小时前
Magento服务器VSCode开启XDebug方法
服务器·vscode·php
秉寒-CHO1 天前
从 PyCharm 到 Cursor:我的 LLM 项目 AI 编程工具链全解析
ide·人工智能·pycharm
无限进步_1 天前
【C++】私有虚函数与多态:访问权限不影响动态绑定
开发语言·c++·ide·windows·git·算法·visual studio