VS Code 远程连接服务器失败

问题描述

VS Code版本更新, 导致服务器连接请求失败,ssh-remote请求一直失败, 并且没有报错信息直接显示问题

最终解决方案

磁盘内存不足导致VS Code更新文件复制不到服务器中,删除连接磁盘的内存空间

df -h
df -h /

连接状态信息

[09:35:00.170] Running script with connection command: "C:\Windows\System32\OpenSSH\ssh.exe" -T -D 56884 "1.1.1.……" bash
[09:35:00.171] Terminal shell path: C:\Windows\System32\cmd.exe
[09:35:00.760] > ]0;C:\Windows\System32\cmd.exe
[09:35:00.760] Got some output, clearing connection timeout
[09:35:00.790] > [email protected]……'s password: 
[09:35:00.791] Showing password prompt
[09:36:04.927] Got password response

你可能感兴趣的:(服务器,运维)