前提・実現したいこと
remote sshを安定して使いたいのですが時々エラーが発生して
サーバーにつながらなくなり再接続もできなくなります。
発生している問題・エラーメッセージ
```
[16:48:30.431] Log Level: 2
[16:48:30.435] remote-ssh@0.51.0
[16:48:30.435] win32 x64
[16:48:30.437] SSH Resolver called for "ssh-remote+node", attempt 1
[16:48:30.437] SSH Resolver called for host: node
[16:48:30.438] Setting up SSH remote "node"
[16:48:30.485] Using commit id "ff915844119ce9485abfe8aa9076ec76b5300ddd" and quality "stable" for server
[16:48:30.488] Install and start server if needed
[16:48:30.522] Checking ssh with "ssh -V"
[16:48:30.590] > OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5
[16:48:30.596] Using SSH config file "C:\Users\config"
[16:48:30.597] Running script with connection command: ssh -T -D 50280 -F "C:\Users\config" node bash
[16:48:30.603] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[16:48:30.663] >
]0;C:\WINDOWS\System32\cmd.exe
[16:48:30.664] Got some output, clearing connection timeout
[16:48:30.672] >
[16:48:49.856] > ssh_exchange_identification: read: Connection timed out
[16:48:49.864] > プロセスが、存在しないパイプに書き込もうとしました。
[16:48:50.158] "install" terminal command done
[16:48:50.159] Install terminal quit with output: プロセスが、存在しないパイプに書き込もうとしました。
[16:48:50.159] Received install output: プロセスが、存在しないパイプに書き込もうとしました。
[16:48:50.162] Stopped parsing output early. Remaining text: プロセスが、存在しないパイプに書き込もうとしました。
[16:48:50.162] Failed to parse remote port from server output
[16:48:50.164] Resolver error:
[16:48:50.177] ------
### 試したこと PCを再起動する SSHクライアントを再インストールする configファイルの場所を変える ### 補足情報(FW/ツールのバージョンなど) OSはwindows10 home 1909です
あなたの回答
tips
プレビュー