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;

asked 2 years ago3392 views
1 Answer
1
Accepted Answer

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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions