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;

preguntada hace 2 años3441 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas