ec-2 error (client_loop: send disconnect: Broken pipe)

0

hello AWS users, im running ssh ec-2 instance, AMI name: (AMI-cloud-wrf) the model i work on should take some hours running but it stops suddenly after few minutes with this msg: (client_loop: send disconnect: Broken pipe) HOW to keep the program running even i disconnect my pc? thank you;

質問済み 2年前3440ビュー
1回答
1
承認された回答

In my experience this is usually caused by a connection that gets dropped after a certain amount of time. Running ssh with a keep-alive option has helped a lot, something like:

ssh -o ServerAliveInterval=60 myname@myhost.com
profile picture
kyager
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ