Vscode 프로세스에서 없는 파이프에 쓰려고 했습니다

1 개요[ | ]

vscode 프로세스에서 없는 파이프에 쓰려고 했습니다
...
[09:52:05.016] Install and start server if needed
[09:52:05.045] Opening exec server for ssh-remote+ubuntu1
[09:52:05.057] Running script with connection command: "C:\Windows\System32\OpenSSH\ssh.exe" -T -D 2304 ubuntu1 bash
[09:52:05.061] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[09:52:06.240] > �]0;C:\WINDOWS\System32\cmd.exe�
[09:52:06.240] Got some output, clearing connection timeout
[09:52:27.349] > ssh: connect to host ubuntu1 port 22: Connection timed out
[09:52:28.285] > 프로세스에서 없는 파이프에 쓰려고 했습니다.
[09:52:31.307] "install" terminal command done
[09:52:31.308] Install terminal quit with output: 프로세스에서 없는 파이프에 쓰려고 했습니다.
[09:52:31.309] Received install output: 프로세스에서 없는 파이프에 쓰려고 했습니다.
[09:52:31.309] Failed to parse remote port from server output
[09:52:31.310] Exec server for ssh-remote+ubuntu1 failed: Error
[09:52:31.310] Existing exec server for ssh-remote+ubuntu1 errored (Error)
...

PS C:\Users\testuser> ssh -v root@ubuntu1
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
debug1: Reading configuration data C:\\Users\\testuser/.ssh/config
debug1: C:\\Users\\testuser/.ssh/config line 10: Applying options for ubuntu1
debug1: Connecting to ubuntu1 [172.20.30.40] port 22.
debug1: connect to address 172.20.30.40 port 22: Connection timed out
ssh: connect to host ubuntu1 port 22: Connection timed out

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}