Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
远程-已发布VSCode中的SSH“;进程试图写入一个不存在的管道;_Ssh_Openssh - Fatal编程技术网

远程-已发布VSCode中的SSH“;进程试图写入一个不存在的管道;

远程-已发布VSCode中的SSH“;进程试图写入一个不存在的管道;,ssh,openssh,Ssh,Openssh,我已通过ssh成功连接到远程计算机。但是,在使用命令行时,它显示以下错误: CreateProcessW failed error:2 posix_spawn: No such file or directory 当我使用VS代码的remote-ssh扩展来解决问题时,我收到的输出是: [20:22:54.051] > kex_exchange_identification: Connection closed by remote host > Connection closed

我已通过ssh成功连接到远程计算机。但是,在使用命令行时,它显示以下错误:

CreateProcessW failed error:2
posix_spawn: No such file or directory
当我使用VS代码的remote-ssh扩展来解决问题时,我收到的输出是:

[20:22:54.051] > kex_exchange_identification: Connection closed by remote host
> Connection closed by UNKNOWN port 65535
> The process tried to write to a nonexistent pipe.
命令“ssh-vvv remote”产生了以下结果:

OpenSSH_8.3p1, OpenSSL 1.1.1g  21 Apr 2020
debug1: Reading configuration data /c/Users/thong/.ssh/config
debug1: /c/Users/thong/.ssh/config line 1: Applying options for tessera
debug2: checking match for 'Originalhost noibai Exec "ipconfig | grep 10.111.19"' host 10.100.132.101 originally tessera
debug3: /c/Users/thong/.ssh/config line 15: not matched 'Originalhost "tessera"'
debug3: /c/Users/thong/.ssh/config line 15: skipped exec "ipconfig | grep 10.111.19"
debug2: match not found
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 10.100.132.101 is address
debug1: Executing proxy command: exec ssh -q -W 10.100.132.101:22250 hanoi
debug1: identity file C:/Users/thong/.ssh/id_rsa type 0
debug1: identity file C:/Users/thong/.ssh/id_rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.3
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
谁能帮我摆脱这个困境